|
|
@@ -35,7 +35,6 @@ public class LifeplusPreferences {
|
|
|
public final static String GUEST_LIKED_LIST = "guest_liked_list";
|
|
|
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_DETAIL_DONE = "tutorial_bucket_list_detail_done";
|
|
|
|
|
|
|
|
|
@@ -271,14 +270,6 @@ public class LifeplusPreferences {
|
|
|
return preferences.get(TUTORIAL_LISTICLE_DONE, false);
|
|
|
}
|
|
|
|
|
|
- public void setTutorialListicleDetailDone(boolean isDone) {
|
|
|
- preferences.put(TUTORIAL_LISTICLE_DETAIL_DONE, isDone);
|
|
|
- }
|
|
|
-
|
|
|
- public boolean isTutorialListicleDetailDone() {
|
|
|
- return preferences.get(TUTORIAL_LISTICLE_DETAIL_DONE, false);
|
|
|
- }
|
|
|
-
|
|
|
public void setTutorialBucketListDone(boolean isDone) {
|
|
|
preferences.put(TUTORIAL_BUCKET_LIST_DETAIL_DONE, isDone);
|
|
|
}
|