From dd183eaabf949624adcf89818fac4c32f624d178 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Thu, 12 Dec 2019 13:09:07 +0100 Subject: [PATCH] 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 --- mobile-widgets/qml/Export.qml | 1 + 1 file changed, 1 insertion(+) 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