Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent e4f7995e4d
commit 5ed22ada7b

@ -5123,7 +5123,9 @@ interactionControllerForAnimationController:(id<UIViewControllerAnimatedTransiti
// Ensure that we are first responder before presenting other views.
// This ensures that the input toolbar will be restored after the
// presented view is dismissed.
[self becomeFirstResponder];
if (![self isFirstResponder]) {
[self becomeFirstResponder];
}
[super presentViewController:viewController animated:animated completion:completion];
}

Loading…
Cancel
Save