|
|
@@ -36,7 +36,6 @@ public class LifeplusPreferences {
|
|
|
public final static String DEBUG_TARGET = "debug_target";
|
|
|
public final static String TUTORIAL_LISTICLE_DONE = "tutorial_listicle_done";
|
|
|
public final static String TUTORIAL_LISTICLE_DETAIL_DONE = "tutorial_listicle_detail_done";
|
|
|
- public final static String TUTORIAL_BUCKET_LIST_UPDATE_DONE = "tutorial_bucket_list_update_done";
|
|
|
public final static String TUTORIAL_BUCKET_LIST_DETAIL_DONE = "tutorial_bucket_list_detail_done";
|
|
|
|
|
|
|
|
|
@@ -281,7 +280,7 @@ public class LifeplusPreferences {
|
|
|
}
|
|
|
|
|
|
public void setTutorialBucketListDone(boolean isDone) {
|
|
|
- preferences.put(TUTORIAL_LISTICLE_DETAIL_DONE, isDone);
|
|
|
+ preferences.put(TUTORIAL_BUCKET_LIST_DETAIL_DONE, isDone);
|
|
|
}
|
|
|
|
|
|
public boolean isTutorialBucketListDone() {
|