Update gomobile usage

This commit is contained in:
世界
2026-01-28 16:50:25 +08:00
parent 41d919bfe3
commit d036683923
5 changed files with 48 additions and 10 deletions
@@ -36,9 +36,9 @@ class Application : Application() {
override fun onCreate() {
super.onCreate()
AppLifecycleObserver.register()
AppLifecycleObserver.register(this)
Seq.setContext(this)
// Seq.setContext(this)
Libbox.setLocale(Locale.getDefault().toLanguageTag().replace("-", "_"))
HookStatusClient.register(this)
PrivilegeSettingsClient.register(this)