debug: remove SplashScreen.hide() on tabs.page

This commit is contained in:
Tom Fong 2022-10-04 10:13:03 +08:00
parent df225cc67e
commit d3d154ea54

View file

@ -60,7 +60,6 @@ export class TabsPage {
}
async ionViewDidEnter() {
await SplashScreen.hide()
if (this.env.firstAppLoad) {
this.env.firstAppLoad = false;
await this.router.navigate([this.env.startPage], { replaceUrl: true });