forked from organicmaps/organicmaps-tmp
[ios] Fixed keyboard hide logic on iPad.
This commit is contained in:
parent
824387eaac
commit
3f8e08143a
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ static CGFloat const kWidthForiPad = 320.0;
|
|||
|
||||
- (void)setCompact:(BOOL)compact
|
||||
{
|
||||
if (IPAD)
|
||||
return;
|
||||
_compact = compact;
|
||||
if (!compact)
|
||||
self.infoWrapper.hidden = NO;
|
||||
|
|
Loading…
Add table
Reference in a new issue