Skip to content

Commit

Permalink
[ios] Fixed bug with missed next turn panel at iPad.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihaylenko committed Nov 20, 2015
1 parent 4112235 commit 73cccfb
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 73cccfb

Please sign in to comment.