forked from organicmaps/organicmaps
[ios] Fixed crash.
This commit is contained in:
parent
a3c74893e8
commit
386aa98cd6
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ static NSString * const kStatisticsEvent = @"Routing Disclaimer Alert";
|
|||
NSForegroundColorAttributeName : UIColor.blackSecondaryText
|
||||
}];
|
||||
[alert.textView sizeToFit];
|
||||
alert.textView.keyboardAppearance =
|
||||
[UIColor isNightMode] ? UIKeyboardAppearanceDark : UIKeyboardAppearanceDefault;
|
||||
UIWindow * window = UIApplication.sharedApplication.keyWindow;
|
||||
CGFloat height;
|
||||
if (isIOS7)
|
||||
|
|
Loading…
Add table
Reference in a new issue