mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Fix entryClassName invalid problem in YukiHookXposedProcessor
This commit is contained in:
@@ -158,7 +158,7 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
|
||||
if (args.name?.asString() == "modulePackageName")
|
||||
data.customMPackageName = args.value.toString().trim()
|
||||
if (args.name?.asString() == "entryClassName")
|
||||
data.entryClassName = args.value.toString().trim()
|
||||
data.xInitClassName = args.value.toString().trim()
|
||||
if (args.name?.asString() == "isUsingResourcesHook")
|
||||
data.isUsingResourcesHook = args.value as? Boolean ?: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user