Skip to content

Commit

Permalink
fix: shizuku 错误回退
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 20, 2023
1 parent 7af1175 commit 096cf6e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ fun newActivityTaskManager(): IActivityTaskManager? {
LogUtils.d(manager::class.declaredMemberFunctions)
ToastUtils.showShort("Shizuku获取方法签名错误,[设置-问题反馈]可反应此问题")
return null
} catch (e: ClassNotFoundException) {
ToastUtils.showShort("Shizuku获取系统对象错误,Shizuku将不生效")
return null
}
return manager
}
Expand Down

0 comments on commit 096cf6e

Please sign in to comment.