Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jan 21, 2019
1 parent 6094bc9 commit 3321542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/java/com/topjohnwu/core/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Config {
// Current status
public static String magiskVersionString;
public static int magiskVersionCode = -1;
public static boolean magiskHide;
private static boolean magiskHide;

// Update Info
public static String remoteMagiskVersionString;
Expand Down Expand Up @@ -203,6 +203,8 @@ public static void initialize() {
e.printStackTrace();
}
editor.remove(Key.ETAG_KEY);
editor.apply();
editor = pref.edit();
config.delete();
}

Expand Down

0 comments on commit 3321542

Please sign in to comment.