Don't show notification again if coming from notification

This commit is contained in:
topjohnwu
2017-02-17 09:26:17 +08:00
parent ac44f05811
commit 1d70d0fe94
3 changed files with 12 additions and 12 deletions

View File

@@ -47,7 +47,6 @@ public class MagiskManager extends Application {
public boolean isSuClient = false;
public String suVersion = null;
public boolean disabled = false;
public boolean isNotified = false;
// Data
public ValueSortedMap<String, Repo> repoMap;