Skip to content
Snippets Groups Projects
Commit 01eb25fb authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix new messages closing keyboard

parent 7ffa8eb7
No related branches found
No related tags found
No related merge requests found
Pipeline #135 passed
......@@ -34,6 +34,7 @@ Page {
height: parent.height - header.height
contentHeight: height
cacheBuffer: 1000
currentIndex: -1
clip: true
boundsBehavior: Flickable.StopAtBounds
anchors.left: parent.left
......@@ -46,7 +47,6 @@ Page {
console.log("atEnd::" + atEnd);
if (atEnd) {
scrollToBottom();
currentIndex = count - 1;
}
}
onMovementEnded: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment