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>
This commit is contained in:
jan Iversen 2019-12-12 13:09:07 +01:00 committed by Dirk Hohndel
parent 820d9bcd56
commit dd183eaabf

View file

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