Skip to content

Commit

Permalink
Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Nov 1, 2018
1 parent 860e094 commit 1e17a5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 3 additions & 4 deletions ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "beanconqueror",
"app_id": "",
"type": "ionic-angular",
"integrations": {
"cordova": {}
}
}
},
"type": "ionic-angular"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
"android"
]
}
}
}
4 changes: 3 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ export class MyApp {
this.platform.ready().then(() => {
// Okay, so the platform is ready and our plugins are available.
// Here you can do any higher level native things you might need.
this.statusBar.styleDefault();

//#7
this.statusBar.show();
this.splashScreen.hide();


Expand Down

0 comments on commit 1e17a5c

Please sign in to comment.