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,8 +55,10 @@ Rectangle {
function onMainStepChanged() {
if (WizardViewStepModel.mainStep === WizardViewStepModel.MainSteps.AccountCreation &&
WizardViewStepModel.accountCreationOption ===
WizardViewStepModel.AccountCreationOption.ImportFromDevice)
WizardViewStepModel.AccountCreationOption.ImportFromDevice) {
clearAllTextFields()
root.showThisPage()
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment