Skip to content
Snippets Groups Projects
Commit 2bbb452e authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

importFromDevicePage: clear all textFields when entering the page

Change-Id: Ia72453166b28b0a598288663c4b5d84461556b38
parent 7ccfd469
No related branches found
No related tags found
No related merge requests found
...@@ -55,10 +55,12 @@ Rectangle { ...@@ -55,10 +55,12 @@ Rectangle {
function onMainStepChanged() { function onMainStepChanged() {
if (WizardViewStepModel.mainStep === WizardViewStepModel.MainSteps.AccountCreation && if (WizardViewStepModel.mainStep === WizardViewStepModel.MainSteps.AccountCreation &&
WizardViewStepModel.accountCreationOption === WizardViewStepModel.accountCreationOption ===
WizardViewStepModel.AccountCreationOption.ImportFromDevice) WizardViewStepModel.AccountCreationOption.ImportFromDevice) {
clearAllTextFields()
root.showThisPage() root.showThisPage()
} }
} }
}
color: JamiTheme.backgroundColor color: JamiTheme.backgroundColor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment