mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 03:53:23 +02:00
importFromDevicePage: clear all textFields when entering the page
Change-Id: Ia72453166b28b0a598288663c4b5d84461556b38
This commit is contained in:
parent
7ccfd469d4
commit
2bbb452e65
1 changed files with 3 additions and 1 deletions
|
@ -55,8 +55,10 @@ Rectangle {
|
|||
function onMainStepChanged() {
|
||||
if (WizardViewStepModel.mainStep === WizardViewStepModel.MainSteps.AccountCreation &&
|
||||
WizardViewStepModel.accountCreationOption ===
|
||||
WizardViewStepModel.AccountCreationOption.ImportFromDevice)
|
||||
WizardViewStepModel.AccountCreationOption.ImportFromDevice) {
|
||||
clearAllTextFields()
|
||||
root.showThisPage()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue