fix(BRIDGE-15): Apple Mail profile install page was not properly reset before showing.

(cherry picked from commit 961dc9435f)
This commit is contained in:
Xavier Michelon
2024-04-23 15:58:22 +02:00
parent ff0615167b
commit 8ea712b052

View File

@ -96,6 +96,7 @@ Item {
function showAppleMailAutoConfig() {
backAction = _showClientConfig;
rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView;
clientConfigAppleMail.reset()
rightContent.currentIndex = SetupWizard.ContentStack.ClientConfigAppleMail;
leftContent.showAppleMailAutoconfigProfileInstall();
}