Skip to content

Commit

Permalink
[TIMOB-25382] Use TiViewProxy for MSG_IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Nov 13, 2017
1 parent e8de8ca commit ba59b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class DrawerLayoutProxy extends TiViewProxy
@Kroll.constant public static final int LOCK_MODE_UNLOCKED = DrawerLayout.LOCK_MODE_UNLOCKED;
@Kroll.constant public static final int LOCK_MODE_UNDEFINED = DrawerLayout.LOCK_MODE_UNDEFINED;

private static final int MSG_FIRST_ID = KrollProxy.MSG_LAST_ID + 1;
private static final int MSG_FIRST_ID = TiViewProxy.MSG_LAST_ID + 1;

private static final int MSG_OPEN_LEFT = MSG_FIRST_ID + 300;
private static final int MSG_CLOSE_LEFT = MSG_FIRST_ID + 301;
Expand Down

0 comments on commit ba59b6f

Please sign in to comment.