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