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

Fix binding loop warning

parent ebe2111c
No related branches found
No related tags found
No related merge requests found
Pipeline #5647 failed
......@@ -86,8 +86,7 @@ Item {
delegate: Settings.bubbles ? bubbleMessageStyle : defaultMessageStyle
footer: Item {
anchors.horizontalCenter: parent.horizontalCenter
anchors.margins: Nheko.paddingLarge
width: chat.delegateMaxWidth
// hacky, but works
height: loadingSpinner.height + 2 * Nheko.paddingLarge
visible: (room && room.paginationInProgress) || chat.filteringInProgress
......
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