We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df75ebd commit 8eeefeaCopy full SHA for 8eeefea
app/src/main/kotlin/eu/hxreborn/amznkiller/xposed/AmznkillerModule.kt
@@ -55,7 +55,7 @@ class AmznkillerModule(
55
WebViewHooker.hook(this)
56
57
Logger.log("Registering Force Dark hooks...")
58
- ForceDarkHooker.hook(this)
+ ForceDarkHooker.hook(this, param.classLoader)
59
60
// Fallback refresh if the user hasn't opened the companion app recently
61
if (PrefsManager.isStale()) {
0 commit comments