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

Commit 841e414

Browse files
committed
Improvements
- `MAGISK_OUTDATED` is now pointed to Magisk releases - Install module button is now at top
1 parent eedf3ca commit 841e414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public boolean shouldRemove() {
4141
}
4242
},
4343
MAGISK_OUTDATED(R.string.magisk_outdated, R.drawable.ic_baseline_update_24, v -> {
44-
IntentHelper.openUrl(v.getContext(), "https://github.com/topjohnwu/Magisk");
44+
IntentHelper.openUrl(v.getContext(), "https://github.com/topjohnwu/Magisk/releases");
4545
}) {
4646
@Override
4747
public boolean shouldRemove() {
@@ -118,7 +118,7 @@ public boolean shouldRemove() {
118118
InstallerInitializer.peekMagiskPath() == null);
119119
}
120120
});
121-
}, true) {
121+
}, false) {
122122
@Override
123123
public boolean shouldRemove() {
124124
return !BuildConfig.DEBUG &&

0 commit comments

Comments
 (0)