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 - +