mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Merge code
This commit is contained in:
@@ -85,7 +85,7 @@ class YukiHookModulePrefs(private val context: Context? = null) {
|
||||
private fun checkApi() {
|
||||
if (YukiHookAPI.isLoadedFromBaseContext) error("YukiHookModulePrefs not allowed in Custom Hook API")
|
||||
if (YukiHookAPI.hasXposedBridge && YukiHookXposedBridge.modulePackageName.isBlank())
|
||||
error("Xposed modulePackageName load failed, please reset and rebuild it")
|
||||
error("Xposed modulePackageName load failed,please reset and rebuild it")
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user