mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
fix(BRIDGE-15): Apple Mail profile install page was not properly reset before showing.
This commit is contained in:
@ -96,6 +96,7 @@ Item {
|
|||||||
function showAppleMailAutoConfig() {
|
function showAppleMailAutoConfig() {
|
||||||
backAction = _showClientConfig;
|
backAction = _showClientConfig;
|
||||||
rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView;
|
rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView;
|
||||||
|
clientConfigAppleMail.reset()
|
||||||
rightContent.currentIndex = SetupWizard.ContentStack.ClientConfigAppleMail;
|
rightContent.currentIndex = SetupWizard.ContentStack.ClientConfigAppleMail;
|
||||||
leftContent.showAppleMailAutoconfigProfileInstall();
|
leftContent.showAppleMailAutoconfigProfileInstall();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user