Skip to content

Commit 2901f55

Browse files
committed
update Unobfuscator
1 parent 77b9c17 commit 2901f55

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/core/devkit/Unobfuscator.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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, () -> {

0 commit comments

Comments
 (0)