Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit df41744

Browse files
committed
Add fallback support links for a few modules
1 parent 4e16662 commit df41744

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/com/fox2code/mmm/utils/PropUtils.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ public class PropUtils {
2323
static {
2424
// Support are pages or groups where the user can get support for the module
2525
moduleSupportsFallbacks.put("aospill", "https://t.me/PannekoX");
26+
moduleSupportsFallbacks.put("bromitewebview", "https://t.me/androidacy_discussions");
27+
moduleSupportsFallbacks.put("fontrevival", "https://t.me/androidacy_discussions");
28+
moduleSupportsFallbacks.put("MagiskHidePropsConf", "https://forum.xda-developers.com/t" +
29+
"/module-magiskhide-props-config-safetynet-prop-edits-and-more-v6-1-1.3789228/");
2630
moduleSupportsFallbacks.put("quickstepswitcher", "https://t.me/QuickstepSwitcherSupport");
2731
moduleSupportsFallbacks.put("riru_edxposed", "https://t.me/EdXposed");
2832
moduleSupportsFallbacks.put("riru_lsposed", "https://github.com/LSPosed/LSPosed/issues");

0 commit comments

Comments
 (0)