Skip to content

Commit

Permalink
Update SearchHelper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Jun 29, 2024
1 parent 82d1264 commit 489191c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ public static void getAllMods(Context context, boolean force) {
parsePrefXml(context, R.xml.aiasst,
"com.sevtinge.hyperceiler.ui.fragment.AiAsstFragment");

parsePrefXml(context, R.xml.telecom,
"com.sevtinge.hyperceiler.ui.fragment.TelecomFragment");

parsePrefXml(context, R.xml.tsmclient,
"com.sevtinge.hyperceiler.ui.fragment.TsmClientFragment");

Expand Down

0 comments on commit 489191c

Please sign in to comment.