Fixed crash on entering foreground on iOS

This commit is contained in:
r.kuznetsov 2015-10-16 18:34:29 +03:00
parent d162713783
commit 8a4cf2877f

View file

@ -108,6 +108,10 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell)
[super viewWillDisappear:animated];
}
- (void)onEnterForeground
{
}
#pragma mark - Refresh Collection View layout
- (void)refreshLayout