Skip to content

Commit 508ce73

Browse files
committed
Redundant Feature.isNotGranted(...) methods are gone from Grindr 8.16.0
1 parent 6a44b4e commit 508ce73

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

app/src/main/java/com/eljaviluki/grindrplus/Hooks.kt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,6 @@ object Hooks {
253253
RETURN_TRUE
254254
)
255255

256-
findAndHookMethod(
257-
class_Feature,
258-
GApp.model.Feature_.isNotGranted,
259-
RETURN_FALSE
260-
)
261-
262256
val class_IUserSession = findClass(
263257
GApp.storage.IUserSession,
264258
Hooker.pkgParam.classLoader
@@ -270,13 +264,6 @@ object Hooks {
270264
class_IUserSession,
271265
RETURN_TRUE
272266
)
273-
274-
findAndHookMethod(
275-
class_Feature,
276-
GApp.model.Feature_.isNotGranted,
277-
class_IUserSession,
278-
RETURN_FALSE
279-
)
280267
}
281268

282269
/**

app/src/main/java/com/eljaviluki/grindrplus/Obfuscation.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ object Obfuscation {
3838
const val Feature = "$_model.Feature"
3939
object Feature_ {
4040
const val isGranted = "isGranted"
41-
const val isNotGranted = "isNotGranted"
4241
}
4342
}
4443

0 commit comments

Comments
 (0)