call notifyAppReady

This commit is contained in:
SrGooglo 2023-06-14 01:12:59 +00:00
parent f855a0a83e
commit e3d86418a7

View File

@ -98,6 +98,8 @@ import * as Router from "./router"
import "theme/index.less" import "theme/index.less"
CapacitorUpdater.notifyAppReady()
class ComtyApp extends React.Component { class ComtyApp extends React.Component {
constructor(props) { constructor(props) {
super(props) super(props)
@ -118,8 +120,6 @@ class ComtyApp extends React.Component {
static splashAwaitEvent = "app.initialization.finish" static splashAwaitEvent = "app.initialization.finish"
static async initialize() { static async initialize() {
CapacitorUpdater.notifyAppReady()
SplashScreen.show({ SplashScreen.show({
autoHide: false, autoHide: false,
}) })