Fix binding loop in NotificationsView
This commit is contained in:
@@ -35,7 +35,7 @@ Kirigami.ScrollablePage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer: Kirigami.PlaceholderMessage {
|
footer: Kirigami.PlaceholderMessage {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
width: parent.width
|
||||||
text: i18n("Loading…")
|
text: i18n("Loading…")
|
||||||
visible: notificationsModel.nextToken.length > 0 && listView.count > 0
|
visible: notificationsModel.nextToken.length > 0 && listView.count > 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user