Skip to content

Commit

Permalink
Manual merge of romaonthego#244
Browse files Browse the repository at this point in the history
  • Loading branch information
dima.vorona committed Mar 28, 2016
1 parent 15f9974 commit 2eac7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RESideMenu/RESideMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ - (void)hideMenuViewControllerAnimated:(BOOL)animated
return;
}
[visibleMenuViewController endAppearanceTransition];
[self statusBarNeedsAppearanceUpdate];

if (!strongSelf.visible && [strongSelf.delegate conformsToProtocol:@protocol(RESideMenuDelegate)] && [strongSelf.delegate respondsToSelector:@selector(sideMenu:didHideMenuViewController:)]) {
[strongSelf.delegate sideMenu:strongSelf didHideMenuViewController:rightMenuVisible ? strongSelf.rightMenuViewController : strongSelf.leftMenuViewController];
}
Expand All @@ -428,7 +430,6 @@ - (void)hideMenuViewControllerAnimated:(BOOL)animated
animationBlock();
completionBlock();
}
[self statusBarNeedsAppearanceUpdate];
}

- (void)addContentButton
Expand Down

0 comments on commit 2eac7c3

Please sign in to comment.