File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/src/main/java/com/wmods/wppenhacer/xposed/features/privacy Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ public void doHook() throws Exception {
3535 protected void beforeHookedMethod (MethodHookParam param ) throws Throwable {
3636 if (!ReflectionUtils .isCalledFromMethod (method2 ) && !ReflectionUtils .isCalledFromMethod (mInChat ))
3737 return ;
38- logDebug ("HideReceipt 1:" + ReflectionUtils .isCalledFromMethod (method2 ));
39- logDebug ("HideReceipt 2:" + ReflectionUtils .isCalledFromMethod (mInChat ));
4038 var messageKey = new FMessageWpp .Key (param .args [3 ]);
4139 var userJid = messageKey .remoteJid ;
4240 var rawJid = WppCore .getRawString (userJid );
@@ -46,7 +44,6 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
4644 var customHideRead = privacy .optBoolean ("HideSeen" , hideread );
4745 if (param .args [4 ] != "sender" && (customHideReceipt || ghostmode )) {
4846 if (!ReflectionUtils .isCalledFromMethod (method2 ) && ReflectionUtils .isCalledFromMethod (mInChat ) && !customHideRead ) {
49- log ("Called from In Chat" );
5047 return ;
5148 }
5249 param .args [4 ] = "inactive" ;
You can’t perform that action at this time.
0 commit comments