forked from organicmaps/organicmaps
Merge pull request #621 from VladiMihaylenko/vm-master
[ios] Fixed bug with missed next turn panel at iPad.
This commit is contained in:
commit
945d67f17c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ static CGFloat const kOffsetBetweenPanels = 8.;
|
|||
|
||||
- (void)invalidateTopBounds:(NSArray *)panels topView:(UIView *)view
|
||||
{
|
||||
if (IPAD || !panels.count)
|
||||
if (!panels.count)
|
||||
return;
|
||||
self.topView = view;
|
||||
dispatch_async(dispatch_get_main_queue(), ^
|
||||
|
|
Loading…
Add table
Reference in a new issue