Skip to content

Commit

Permalink
Merge pull request #84 from hieupham007/timob-11288-3_0_X
Browse files Browse the repository at this point in the history
timob-11288-3_0_X: fix crash issue
  • Loading branch information
pingwang2011 committed Jan 19, 2013
2 parents e65680f + fb5aedf commit 5a6016a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Resources/ui/handheld/android/baseui/android_menu_3.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
function android_menu3() {
//var activity = Ti.Android.currentActivity;
var win = Ti.UI.currentWindow;

win.backgroundColor = 'white';
var win = Ti.UI.createWindow({
backgroundColor: 'white'
});

var b1 = Ti.UI.createButton({
title : 'Open Window',
Expand Down

0 comments on commit 5a6016a

Please sign in to comment.