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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-13 08:56:29 -07:00
parent fcf1898b0c
commit 3efa20820a

View file

@ -214,6 +214,7 @@ void QMLManager::tryRetrieveDataFromBackend()
void QMLManager::loadDives()
{
setAccessingCloud(true);
checkCredentialsAndExecute(&QMLManager::loadDivesWithValidCredentials);
}