From 8a4cf2877ffc09276e83a429a482caad5583cb36 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Fri, 16 Oct 2015 18:34:29 +0300 Subject: [PATCH] Fixed crash on entering foreground on iOS --- .../MapViewControls/BottomMenu/MWMBottomMenuViewController.mm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm index cb1d84e039..f7a8e75208 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm @@ -108,6 +108,10 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell) [super viewWillDisappear:animated]; } +- (void)onEnterForeground +{ +} + #pragma mark - Refresh Collection View layout - (void)refreshLayout