aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Export.qml
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-12 13:09:07 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-12 10:10:01 -0500
commitdd183eaabf949624adcf89818fac4c32f624d178 (patch)
tree1fd76cfa9f94508752b202709bc2060fd3e9438e /mobile-widgets/qml/Export.qml
parent820d9bcd56ace31035148fcfbb2567dcf3792ac8 (diff)
downloadsubsurface-dd183eaabf949624adcf89818fac4c32f624d178.tar.gz
mobile/qml: Clear status field in Export
When opening the saveAsDialog a second time, it contains the last status from first time. Clear statusText before calling saveAsDialog Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qml/Export.qml')
-rw-r--r--mobile-widgets/qml/Export.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml
index 875b1258f..547da8ec4 100644
--- a/mobile-widgets/qml/Export.qml
+++ b/mobile-widgets/qml/Export.qml
@@ -252,6 +252,7 @@ Kirigami.ScrollablePage {
fieldPassword.visible = true
fieldPassword.text = PrefCloudStorage.divelogde_pass
anonymize.visible = false
+ statusText.text = ""
uploadDialog.open()
} else if (selectedExport === ExportType.EX_DIVESHARE) {
// TO BE IMPLEMENTED