|
|
@@ -46,13 +46,14 @@ public class ScreenID {
|
|
|
public static final int ALL_MENU = 26;
|
|
|
public static final int MY_BUCKET = 27;
|
|
|
public static final int ADD_MY_BUCKET = 28;
|
|
|
+ public static final int FAQ_WRITE = 29;
|
|
|
|
|
|
@Retention(RetentionPolicy.SOURCE)
|
|
|
@IntDef({
|
|
|
MAIN, SETTING, FAQ, NETWORK_ERROR, PIN, PIN_RESET, SIGN_UP_FROM_ZUMO, ON_BOARDING, PERMISSION_INFO,
|
|
|
SIGN_UP_START, SIGN_UP_MOBILE_AUTHORIZATION, SIGN_UP_ALREADY_MEMBER, SIGN_UP_NEED_FOR_30DAYS, SIGN_UP_PIN, SIGN_UP_AGREE,
|
|
|
SIGN_UP_COMPLETED, SIGN_UP_UNDER_14_YEARS, REST_MEMBER_START, REST_MEMBER_ACTIVE_COMPLETED, MEMBER_BLOCK, SIGN_UP_FROM_ON_BOARDING,
|
|
|
- BUCKET, MY_COIN, ALL_MENU, MY_BUCKET, ADD_MY_BUCKET
|
|
|
+ BUCKET, MY_COIN, ALL_MENU, MY_BUCKET, ADD_MY_BUCKET, FAQ_WRITE
|
|
|
})
|
|
|
public @interface FragmentID {}
|
|
|
|