Last active
February 14, 2016 19:50
-
-
Save falkolab/29ab007f4981f1d747f2 to your computer and use it in GitHub Desktop.
Fix for not displayed ActionBar menu in Titanium SDK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// not rendered menu fix | |
// !!! do not place it to the `open` event handler. | |
OS_ANDROID && require('fixmenu').fix($.getView()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WOOHOO!