summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2015-11-02 15:24:47 (GMT)
committerAleix Pol <aleixpol@kde.org>2015-11-02 15:24:47 (GMT)
commit1bfea77eaed972ba1c13aa60074e3bd82552e674 (patch)
tree6d3a40ebed0acdb5c7f9189a66064441232f26c8
parent594f75c55188705924231d86dcadf8c38a238b5b (diff)
Make it possible to keep track of updates after changing section
-rw-r--r--discover/qml/UpdatesPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/qml/UpdatesPage.qml b/discover/qml/UpdatesPage.qml
index f7520d7..8853f49 100644
--- a/discover/qml/UpdatesPage.qml
+++ b/discover/qml/UpdatesPage.qml
@@ -24,7 +24,7 @@ ConditionalLoader
backend: resourcesUpdatesModel
}
- condition: updateModel.hasUpdates
+ condition: updateModel.hasUpdates || resourcesUpdatesModel.isProgressing
componentTrue: PresentUpdatesPage {
proposedMargin: page.proposedMargin
}