Skip to content

Commit fa80e66

Browse files
committed
enable IGStatus for Whatsapp Business
Signed-off-by: Dev4Mod <[email protected]>
1 parent b8734f2 commit fa80e66

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/wmods/wppenhacer/xposed/features/customization

1 file changed

+1
-1
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/customization/IGStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public IGStatus(@NonNull ClassLoader loader, @NonNull XSharedPreferences prefere
3434
@Override
3535
public void doHook() throws Throwable {
3636

37-
if (!prefs.getBoolean("igstatus", false) || Utils.getApplication().getPackageName().equals("com.whatsapp.w4b"))
37+
if (!prefs.getBoolean("igstatus", false))
3838
return;
3939

4040
var getViewConversationMethod = Unobfuscator.loadGetViewConversationMethod(classLoader);

0 commit comments

Comments
 (0)