Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
fix: 偶现启动时闪退
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanCheng65 committed Jul 21, 2023
1 parent 3cab18f commit 117c401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/huanchengfly/tieba/post/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class App : Application(), IApp, SketchFactory {
override fun onCreate() {
INSTANCE = this
super.onCreate()
ClientUtils.init(this)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
setWebViewPath(this)
}
Expand All @@ -143,7 +144,6 @@ class App : Application(), IApp, SketchFactory {
thread {
BlockManager.init()
EmoticonManager.init(this@App)
ClientUtils.init(this@App)
}
}

Expand Down

0 comments on commit 117c401

Please sign in to comment.