default category index changed

This commit is contained in:
2019-11-28 22:40:33 +03:00
parent af666536d0
commit 604d6f829e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -31,5 +31,5 @@ public class ApiConstants {
public static final String ONESIGNAL_NOTIFICATION_TAG_KEY = "notificationAllowed";
public static final String ONESIGNAL_NOTIFICATION_TAG_VALUE = "true";
public static final int NAVIGATION_MENU_DEFAULT_CATEGORY_INDEX = 1;
public static final int NAVIGATION_MENU_DEFAULT_CATEGORY_INDEX = 6;
}