1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 01:26:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

add document

This commit is contained in:
tdzl2003
2016-04-05 20:07:23 +08:00
parent 320b2bf6df
commit 75b29d28d6
13 changed files with 342 additions and 25 deletions

View File

@@ -128,6 +128,7 @@ public class UpdateContext {
public void markSuccess() {
SharedPreferences.Editor editor = sp.edit();
editor.putBoolean("firstTimeOk", true);
editor.remove("lastVersion");
editor.apply();
this.clearUp();