Skip to content
Snippets Groups Projects
Commit 488d735d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

wizardview: do not show profile page for imported account

as the avatar and alias will come from other connected devices
and from the archive too.

Change-Id: Ia3cbb91d4802c4119538c709a2432e45d396624c
parent d10e519d
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ Rectangle {
inputParaObject["password"] = importFromBackupPage.text_passwordFromBackupEditAlias
showBackUp = false
showBottom = false
showProfile = true
showProfile = false
AccountAdapter.createJamiAccount(
"", inputParaObject, "", false)
}
......@@ -346,7 +346,7 @@ Rectangle {
inputParaObject["archivePin"] = importFromDevicePage.text_pinFromDeviceAlias
inputParaObject["password"] = importFromDevicePage.text_passwordFromDeviceAlias
showProfile = true
showProfile = false
showBackUp = false
showBottom = false
AccountAdapter.createJamiAccount(
......
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