forked from organicmaps/organicmaps
Clang format.
This commit is contained in:
parent
82fc15efbd
commit
30d743d845
1 changed files with 1 additions and 2 deletions
|
@ -298,8 +298,7 @@ BOOL gIsFirstMyPositionMode = YES;
|
|||
if (isIOS7)
|
||||
return;
|
||||
|
||||
Class<MWMWelcomeControllerProtocol> whatsNewClass =
|
||||
[MWMWhatsNewNavigationController class];
|
||||
Class<MWMWelcomeControllerProtocol> whatsNewClass = [MWMWhatsNewNavigationController class];
|
||||
BOOL const isFirstSession = [Alohalytics isFirstSession];
|
||||
Class<MWMWelcomeControllerProtocol> welcomeClass =
|
||||
isFirstSession ? [MWMFirstLaunchController class] : whatsNewClass;
|
||||
|
|
Loading…
Add table
Reference in a new issue