Skip to content
Snippets Groups Projects
Commit 21b33363 authored by Lasath Fernando's avatar Lasath Fernando
Browse files

Make pagination spinner inline

parent 1f9d3024
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ Page {
BusyIndicator {
anchors.centerIn: parent
running: timelineManager.isInitialSync || chat.model.paginationInProgress
running: timelineManager.isInitialSync
height: 200
width: 200
z: 3
......@@ -251,6 +251,13 @@ Page {
}
}
footer: BusyIndicator {
anchors.horizontalCenter: parent.horizontalCenter
running: chat.model && chat.model.paginationInProgress
height: 50
width: 50
z: 3
}
}
Rectangle {
......
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