Skip to content

Commit

Permalink
Fix 'profile choosing not allowed on Explore mode'
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJaviLuki committed May 26, 2023
1 parent 10d9879 commit 5b8d622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/grindrplus/Hooks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ object Hooks {
findAndHookMethod(
it,
GApp.storage.IUserSession_.isNoXtraUpsell,
RETURN_FALSE
RETURN_TRUE
)

findAndHookMethod(
it,
GApp.storage.IUserSession_.isNoPlusUpsell,
RETURN_FALSE
RETURN_TRUE
)

findAndHookMethod(
Expand Down

0 comments on commit 5b8d622

Please sign in to comment.