mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +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"
|
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,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user