mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
call notifyAppReady
This commit is contained in:
parent
f855a0a83e
commit
e3d86418a7
@ -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,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user