File tree Expand file tree Collapse file tree
app/src/main/java/com/eljaviluki/grindrplus Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /* *
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments