aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index b54a52b5e..3737f3357 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -244,13 +244,6 @@ Kirigami.ApplicationWindow {
text: qsTr("Dive list")
onTriggered: {
manager.appendTextToLog("requested dive list with credential status " + prefs.credentialStatus)
- if (prefs.credentialStatus == CloudStatus.CS_UNKNOWN) {
- // the user has asked to change credentials - if the credentials before that
- // were valid, go back to dive list
- if (prefs.oldStatus == CloudStatus.CS_VERIFIED) {
- prefs.credentialStatus = prefs.oldStatus
- }
- }
returnTopPage()
globalDrawer.close()
}