Skip to content

Commit 8eeefea

Browse files
committed
fix(xposed): pass classLoader to ForceDarkHooker.hook
Signed-off-by: hxreborn <hxreborn@duck.com>
1 parent df75ebd commit 8eeefea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/eu/hxreborn/amznkiller/xposed/AmznkillerModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class AmznkillerModule(
5555
WebViewHooker.hook(this)
5656

5757
Logger.log("Registering Force Dark hooks...")
58-
ForceDarkHooker.hook(this)
58+
ForceDarkHooker.hook(this, param.classLoader)
5959

6060
// Fallback refresh if the user hasn't opened the companion app recently
6161
if (PrefsManager.isStale()) {

0 commit comments

Comments
 (0)