From 3efa20820a4f939b0c9188b627b73d0c9a6c474f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 13 Mar 2016 08:56:29 -0700 Subject: QML UI: show cloud access notification when refreshing from menu If the user requests a refresh we always try to access the cloud and need to show the notification accordingly. Signed-off-by: Dirk Hohndel --- qt-mobile/qmlmanager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-mobile/qmlmanager.cpp') diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index ed53f7f07..5ffc0678f 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -214,6 +214,7 @@ void QMLManager::tryRetrieveDataFromBackend() void QMLManager::loadDives() { + setAccessingCloud(true); checkCredentialsAndExecute(&QMLManager::loadDivesWithValidCredentials); } -- cgit v1.2.3-70-g09d2