Skip to content

Commit

Permalink
Update HookInit.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline authored Dec 8, 2024
1 parent 7f830dd commit 8edda33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/nep/timeline/re_telegram/HookInit.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class HookInit implements IXposedHookLoadPackage {
"it.belloworld.mercurygram");
private static final List<String> notNeedHideStories = Arrays.asList("tw.nekomimi.nekogram", "com.exteragram.messenger", "uz.unnarsx.cherrygram");
private static final List<String> hookPackagesCustomization = Arrays.asList("xyz.nextalone.nagram",
"nekox.messenger", "com.xtaolabs.pagergram");
"nekox.messenger", "com.xtaolabs.pagergram", "nekox.messenger.broken");
public static final boolean DEBUG_MODE = false;

public final List<String> getHookPackages()
Expand Down

0 comments on commit 8edda33

Please sign in to comment.