Modify change isOnFailureThrowToApp to false for onAppLifecycle event in QQTIMHooker

This commit is contained in:
2023-01-13 22:19:53 +08:00
parent d8d9fc8c41
commit 37be07f11d

View File

@@ -571,7 +571,7 @@ object QQTIMHooker : YukiBaseHooker() {
}
override fun onHook() {
onAppLifecycle {
onAppLifecycle(isOnFailureThrowToApp = false) {
attachBaseContext { baseContext, hasCalledSuper ->
if (hasCalledSuper.not()) baseConfiguration = baseContext.resources.configuration
}