Skip to content

Commit b8953c9

Browse files
committedApr 13, 2012
remove qsplashscreen on android
1 parent a5b3a49 commit b8953c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/app/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@ int main( int argc, char *argv[] )
241241
int mySnapshotHeight = 600;
242242

243243
bool myHideSplash = false;
244+
#if defined(ANDROID)
245+
QgsDebugMsg( QString( "Android: Splash hidden" ) );
246+
myHideSplash = true;
247+
#endif
248+
244249
bool myRestorePlugins = true;
245250
bool myCustomization = true;
246251

0 commit comments

Comments
 (0)
Please sign in to comment.