Commit 39f20330 by kevin

Build

parent 03de2512
...@@ -32,7 +32,8 @@ export class AppComponent { ...@@ -32,7 +32,8 @@ export class AppComponent {
initializeApp() { initializeApp() {
this.platform.ready().then(() => { this.platform.ready().then(() => {
this.statusBar.styleDefault(); //this.statusBar.styleDefault();--Android
this.statusBar.hide();
this.splashScreen.hide(); this.splashScreen.hide();
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment