Fix binding loop in NotificationsView

This commit is contained in:
Tobias Fella
2024-03-03 16:56:18 +01:00
parent 3b5b7af531
commit 269a832ac9

View File

@@ -35,7 +35,7 @@ Kirigami.ScrollablePage {
}
footer: Kirigami.PlaceholderMessage {
anchors.horizontalCenter: parent.horizontalCenter
width: parent.width
text: i18n("Loading…")
visible: notificationsModel.nextToken.length > 0 && listView.count > 0
}