File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
app/src/main/java/com/wmods/wppenhacer/xposed/core/devkit Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -888,13 +888,6 @@ public static Method[] loadArchiveHideViewMethod(ClassLoader loader) throws Exce
888888 return resultArray ;
889889 }
890890
891- public static Method [] loadArchiveOnclickCaptureMethod (ClassLoader loader ) throws Exception {
892- ArrayList <Method > result = new ArrayList <>();
893- for (var m : loadArchiveHideViewMethod (loader )) {
894- result .add (m .getDeclaringClass ().getMethod ("setOnClickListener" , View .OnClickListener .class ));
895- }
896- return result .toArray (new Method [0 ]);
897- }
898891
899892 public static Method loadAntiRevokeOnCallReceivedMethod (ClassLoader loader ) throws Exception {
900893 return UnobfuscatorCache .getInstance ().getMethod (loader , () -> {
You can’t perform that action at this time.
0 commit comments