forked from organicmaps/organicmaps-tmp
Fixed crash on entering foreground on iOS
This commit is contained in:
parent
d162713783
commit
8a4cf2877f
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell)
|
|||
[super viewWillDisappear:animated];
|
||||
}
|
||||
|
||||
- (void)onEnterForeground
|
||||
{
|
||||
}
|
||||
|
||||
#pragma mark - Refresh Collection View layout
|
||||
|
||||
- (void)refreshLayout
|
||||
|
|
Loading…
Add table
Reference in a new issue