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

Fix binding loop when trying to reply

parent beef4745
No related branches found
No related tags found
No related merge requests found
......@@ -434,12 +434,13 @@ Page {
id: footerContent
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
Rectangle {
id: typingRect
anchors.left: parent.left
anchors.right: parent.right
color: (chat.model && chat.model.typingUsers.length > 0) ? colors.window : "transparent"
height: chatFooter.height
height: typingDisplay.height
Label {
id: typingDisplay
anchors.left: parent.left
......
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