diff --git a/iphone/Maps/Classes/InterstitialView.mm b/iphone/Maps/Classes/InterstitialView.mm index 4eb134bd19..10a9c345e1 100644 --- a/iphone/Maps/Classes/InterstitialView.mm +++ b/iphone/Maps/Classes/InterstitialView.mm @@ -129,6 +129,7 @@ [subview removeFromSuperview]; } [view addSubview:self]; + [view endEditing:YES]; [self.delegate interstitialViewWillOpen:self]; if ([UIView respondsToSelector:@selector(animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)]) {