Skip to content

Commit

Permalink
GrindrPlus: Kill interest tooltip with fire
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed Nov 17, 2024
1 parent 472886b commit 73db7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/grindrplus/hooks/DisableBoosting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DisableBoosting : Hook(

// the two anonymous functions that get called to invoke the annoying tooltip
// respectively: showRadarTooltip.<anonymous> and showTapsAndViewedMePopup
listOf("fa.j0", "fa.m0").forEach {
listOf("fa.k0", "fa.m0", "fa.n0", "fa.l0").forEach {
findClass(it).hook("invoke", HookStage.BEFORE) { param ->
param.setResult(null)
}
Expand Down

0 comments on commit 73db7c8

Please sign in to comment.