Skip to content

Commit

Permalink
GrindrPlus: Fix mod settings obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed Dec 21, 2024
1 parent 9e9d5b3 commit b073715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/grindrplus/hooks/ModSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ModSettings : Hook(
.hook("onCreate", HookStage.AFTER) { param ->
val activity = param.thisObject() as Activity

val settingsViewBindingLazy = getObjectField(param.thisObject(), "e0")
val settingsViewBindingLazy = getObjectField(param.thisObject(), "c0")
val settingsViewBinding = settingsViewBindingLazy::class
.java.getMethod("getValue").invoke(settingsViewBindingLazy)

Expand Down

0 comments on commit b073715

Please sign in to comment.