diff --git a/Friendiqa_v0.2.apk b/Friendiqa_v0.2.apk index d0194c2..af2bf71 100644 Binary files a/Friendiqa_v0.2.apk and b/Friendiqa_v0.2.apk differ diff --git a/source-android/qml/newsqml/Conversation.qml b/source-android/qml/newsqml/Conversation.qml index e2a28f5..7231358 100644 --- a/source-android/qml/newsqml/Conversation.qml +++ b/source-android/qml/newsqml/Conversation.qml @@ -107,6 +107,7 @@ Rectangle { wrapMode: Text.Wrap anchors.fill: parent selectByMouse: true + onHeightChanged: newsView.contentY+=4.5*mm } } diff --git a/source-linux/qml/newsqml/Conversation.qml b/source-linux/qml/newsqml/Conversation.qml index e2a28f5..7231358 100644 --- a/source-linux/qml/newsqml/Conversation.qml +++ b/source-linux/qml/newsqml/Conversation.qml @@ -107,6 +107,7 @@ Rectangle { wrapMode: Text.Wrap anchors.fill: parent selectByMouse: true + onHeightChanged: newsView.contentY+=4.5*mm } }