Skip to content

Commit

Permalink
fix(ios): shortcut guard in Ti.UI module
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway authored and sgtcoolguy committed Aug 6, 2020
1 parent 7c64db3 commit 7f44d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/UIModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
TiProxy *clipboard;
#endif
#if defined(USE_TI_UISHORTCUT) || defined(USE_TI_UISHORTCUTITEM)
NSNumber *lastEmittedMode;
#endif
TiUIShortcutProxy *shortcut;
#endif
NSNumber *lastEmittedMode;
}

//TODO: review these, maybe they need to go on iPhone Animation Style - however, they are platform generic
Expand Down

0 comments on commit 7f44d8d

Please sign in to comment.