mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-29 04:30:03 +00:00
debug: remove SplashScreen.hide() on tabs.page
This commit is contained in:
parent
df225cc67e
commit
d3d154ea54
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ export class TabsPage {
|
||||||
}
|
}
|
||||||
|
|
||||||
async ionViewDidEnter() {
|
async ionViewDidEnter() {
|
||||||
await SplashScreen.hide()
|
|
||||||
if (this.env.firstAppLoad) {
|
if (this.env.firstAppLoad) {
|
||||||
this.env.firstAppLoad = false;
|
this.env.firstAppLoad = false;
|
||||||
await this.router.navigate([this.env.startPage], { replaceUrl: true });
|
await this.router.navigate([this.env.startPage], { replaceUrl: true });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue