work around for missing status bar resolves #63
This commit is contained in:
parent
cc87515a01
commit
53ffd17808
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export class MyApp {
|
|||
this.initialPage('personal');
|
||||
});
|
||||
|
||||
this.statusBar.styleDefault();
|
||||
this.statusBar.styleLightContent();
|
||||
this.splashScreen.hide();
|
||||
// console.log('---');
|
||||
// console.log(this.device.platform);
|
||||
|
|
Reference in a new issue