From e3d86418a7b75c8f25b848e01ea9f8341919149f Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 14 Jun 2023 01:12:59 +0000 Subject: [PATCH] call `notifyAppReady` --- packages/app/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx index 560accdb..e2139358 100755 --- a/packages/app/src/App.jsx +++ b/packages/app/src/App.jsx @@ -98,6 +98,8 @@ import * as Router from "./router" import "theme/index.less" +CapacitorUpdater.notifyAppReady() + class ComtyApp extends React.Component { constructor(props) { super(props) @@ -118,8 +120,6 @@ class ComtyApp extends React.Component { static splashAwaitEvent = "app.initialization.finish" static async initialize() { - CapacitorUpdater.notifyAppReady() - SplashScreen.show({ autoHide: false, })