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

This commit is contained in:
Xavier Michelon
2024-04-23 15:58:22 +02:00
parent b574ccb6ea
commit 961dc9435f

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();
}