From c94c52f4b6bea2e542b0d13f46aa612dd9c1e7b0 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Wed, 3 Nov 2021 16:51:37 -0400 Subject: [PATCH] Fix migration tips no longer interactable when logged in. --- .../Source/iOS/MPCombinedViewController.m | 4 +- .../Source/iOS/Storyboard.storyboard | 182 +++++++++--------- 2 files changed, 93 insertions(+), 93 deletions(-) diff --git a/platform-darwin/Source/iOS/MPCombinedViewController.m b/platform-darwin/Source/iOS/MPCombinedViewController.m index cf60ea69..aca8cc6a 100644 --- a/platform-darwin/Source/iOS/MPCombinedViewController.m +++ b/platform-darwin/Source/iOS/MPCombinedViewController.m @@ -124,7 +124,7 @@ switch (self.mode) { case MPCombinedModeUserSelection: { - self.usersVC.view.userInteractionEnabled = YES; + self.usersVC.userSelectionContainer.userInteractionEnabled = YES; [self.usersVC setActive:YES animated:animated]; if (self.sitesVC) { MPSitesSegue *segue = [[MPSitesSegue alloc] initWithIdentifier:@"passwords" source:self.sitesVC destination:self]; @@ -134,7 +134,7 @@ break; } case MPCombinedModePasswordSelection: { - self.usersVC.view.userInteractionEnabled = NO; + self.usersVC.userSelectionContainer.userInteractionEnabled = NO; [self.usersVC setActive:NO animated:animated]; [self performSegueWithIdentifier:@"passwords" sender:@{ @"animated": @(animated) }]; break; diff --git a/platform-darwin/Source/iOS/Storyboard.storyboard b/platform-darwin/Source/iOS/Storyboard.storyboard index 36985549..7951ff1b 100644 --- a/platform-darwin/Source/iOS/Storyboard.storyboard +++ b/platform-darwin/Source/iOS/Storyboard.storyboard @@ -384,118 +384,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -504,13 +498,19 @@ This app is now out of maintenance. + + + + + + @@ -1023,7 +1023,7 @@ Note that this feature requires you enable the Save Password option and have pur - +