We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a5b3a49 commit b8953c9Copy full SHA for b8953c9
src/app/main.cpp
@@ -241,6 +241,11 @@ int main( int argc, char *argv[] )
241
int mySnapshotHeight = 600;
242
243
bool myHideSplash = false;
244
+#if defined(ANDROID)
245
+ QgsDebugMsg( QString( "Android: Splash hidden" ) );
246
+ myHideSplash = true;
247
+#endif
248
+
249
bool myRestorePlugins = true;
250
bool myCustomization = true;
251
0 commit comments