|
@@ -77,7 +77,7 @@ public class MainActivity extends ReactActivity {
|
|
|
int uiOptions = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION;
|
|
int uiOptions = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION;
|
|
|
decorView.setSystemUiVisibility(uiOptions);
|
|
decorView.setSystemUiVisibility(uiOptions);
|
|
|
|
|
|
|
|
- SplashScreen.show(this);
|
|
|
|
|
|
|
+ SplashScreen.show(this,R.style.Theme_FullScreenDialog,true);
|
|
|
super.onCreate(null);
|
|
super.onCreate(null);
|
|
|
|
|
|
|
|
// demo2();
|
|
// demo2();
|