diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/TrafficButton/MWMTrafficButtonViewController.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/TrafficButton/MWMTrafficButtonViewController.mm index eab3397d6f..e2a1d1a306 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/TrafficButton/MWMTrafficButtonViewController.mm +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/TrafficButton/MWMTrafficButtonViewController.mm @@ -133,11 +133,9 @@ NSArray *imagesWithName(NSString *name) { case MWMMapOverlayGuidesStateEnabled: break; case MWMMapOverlayGuidesStateHasData: - if (![MapViewController sharedController].welcomePageController) { - performOnce(^{ - [[MWMToast toastWithText:L(@"routes_layer_is_on_toast")] showWithAlignment:MWMToastAlignmentTop]; - }, @"routes_layer_is_on_toast"); - } + performOnce(^{ + [[MWMToast toastWithText:L(@"routes_layer_is_on_toast")] showWithAlignment:MWMToastAlignmentTop]; + }, @"routes_layer_is_on_toast"); break; case MWMMapOverlayGuidesStateNetworkError: [[MWMToast toastWithText:L(@"connection_error_toast_guides")] show];