diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2017-06-22 21:22:21 +1200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-22 04:19:23 -0700 |
commit | d9cb65cbed88e8ad252d337b338f566c2aab1bc2 (patch) | |
tree | e9bb501dd4d89d59fd63bd1564e3377f96d6fece /mobile-widgets/qml/DiveList.qml | |
parent | ac750bbf20a187a86e6b1950673e5fa0a1fd53ac (diff) | |
download | subsurface-d9cb65cbed88e8ad252d337b338f566c2aab1bc2.tar.gz |
QML UI: turn off spinner if pull-down-to-refresh fails
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index b97e6fb69..a62b298de 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -31,6 +31,8 @@ Kirigami.ScrollablePage { refreshing = false } else { console.log("sync with cloud storage requested, but credentialStatus is " + manager.credentialStatus) + console.log("no syncing, turn off spinner") + refreshing = false } } } |