release 2.0.14Beta2

This commit is contained in:
hyb1996
2017-07-18 12:29:51 +08:00
parent dbacf93399
commit 1d23640362
5 changed files with 20 additions and 9 deletions

View File

@@ -143,6 +143,8 @@ public class Pref {
}
def().edit().putLong(KEY_LAST_SHOW_AD_MILLIS, System.currentTimeMillis()).apply();
return true;
case "Off":
return false;
}
return true;
}