Skip to content

Commit

Permalink
Merge pull request mapsme#621 from VladiMihaylenko/vm-master
Browse files Browse the repository at this point in the history
[ios] Fixed bug with missed next turn panel at iPad.
  • Loading branch information
igrechuhin committed Nov 20, 2015
2 parents 4112235 + 73cccfb commit 945d67f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ - (instancetype)initWithTopView:(UIView *)view

- (void)invalidateTopBounds:(NSArray *)panels topView:(UIView *)view
{
if (IPAD || !panels.count)
if (!panels.count)
return;
self.topView = view;
dispatch_async(dispatch_get_main_queue(), ^
Expand Down

0 comments on commit 945d67f

Please sign in to comment.