Skip to content

Commit 1094669

Browse files
authored
Update CustomPrivacy.java
Fix bug
1 parent 8700527 commit 1094669

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/privacy/CustomPrivacy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public void doHook() throws Throwable {
4141
XposedHelpers.findAndHookMethod(ContactInfoActivityClass, "onCreate", Bundle.class, new XC_MethodHook() {
4242
@Override
4343
protected void afterHookedMethod(MethodHookParam param) throws Throwable {
44-
DebugUtils.debugFields(ContactInfoActivityClass, param.thisObject);
4544
Activity activity = (Activity) param.thisObject;
4645
ViewGroup infoLayout = activity.findViewById(Utils.getID("contact_info_security_card_layout", "id"));
4746
Class listItemWithLeftIconClass = classLoader.loadClass("com.whatsapp.ListItemWithLeftIcon");

0 commit comments

Comments
 (0)