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

Commit d6ecfaa

Browse files
committed
Making improvements
- Move incorrect placed string to the right position - `NO_ROOT` is now pointed to Magisk install docs
1 parent da6d0ac commit d6ecfaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/src/main/java/com/fox2code/mmm/NotificationType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public boolean shouldRemove() {
3333
}
3434
},
3535
NO_ROOT(R.string.fail_root_magisk, R.drawable.ic_baseline_numbers_24, v -> {
36-
IntentHelper.openUrl(v.getContext(), "https://github.com/topjohnwu/Magisk");
36+
IntentHelper.openUrl(v.getContext(), "https://github.com/topjohnwu/Magisk/blob/master/docs/install.md");
3737
}) {
3838
@Override
3939
public boolean shouldRemove() {

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<string name="show_incompatible_desc">Show modules that are incompatible with your device based on their metadata</string>
5151
<string name="magisk_outdated">Magisk is outdated!</string>
5252
<string name="pref_category_repos">Repos</string>
53+
<string name="pref_category_security">Security</string>
54+
<string name="pref_category_appearance">Appearance</string>
55+
<string name="pref_category_general">General</string>
5356
<string name="repo_main_desc">The repository hosting Magisk Modules</string>
5457
<string name="repo_main_alt">An alternative to Magisk-Modules-Repo with fewer restrictions.</string>
5558
<string name="master_delete">Delete the module files?</string>
@@ -100,7 +103,4 @@
100103
<string name="repo_enabled">Repo enabled</string>
101104
<string name="repo_disabled">Repo disabled</string>
102105
<string name="androidacy_repo_info">Androidacy repo uses ads and trackers.</string>
103-
<string name="pref_category_security">Security</string>
104-
<string name="pref_category_appearance">Appearance</string>
105-
<string name="pref_category_general">General</string>
106106
</resources>

0 commit comments

Comments
 (0)