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>
This commit is contained in:
Rick Walsh 2017-06-22 21:22:21 +12:00 committed by Dirk Hohndel
parent ac750bbf20
commit d9cb65cbed

View file

@ -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
}
}
}