forked from organicmaps/organicmaps
[iOS] hide keyboard, before colour selection.
This commit is contained in:
parent
f8bae4bc81
commit
f501f68beb
1 changed files with 1 additions and 0 deletions
|
@ -698,6 +698,7 @@ typedef enum {Editing, Saved} Mode;
|
|||
[self.pickerView addGestureRecognizer:tap];
|
||||
if (isIPhone)
|
||||
{
|
||||
[self.view endEditing:YES];
|
||||
UIWindow * window = APP.keyWindow;
|
||||
if (!window)
|
||||
window = [APP.windows objectAtIndex:0];
|
||||
|
|
Loading…
Add table
Reference in a new issue