Skip to content

Commit

Permalink
Merge pull request #3733 from hieupham007/timob-11569-3_0_X
Browse files Browse the repository at this point in the history
timob-11569-3-0-X: fix picker in alertdialogs
  • Loading branch information
vishalduggal committed Jan 18, 2013
2 parents 7612900 + 4c9dca4 commit 138268d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ public void onCancel(DialogInterface dialog)
private void processView(TiViewProxy proxy)
{
if (proxy != null) {
//reset the child view context to parent context
proxy.setActivity(dialogWrapper.getActivity());
view = proxy.getOrCreateView();
getBuilder().setView(view.getNativeView());
}
Expand Down

0 comments on commit 138268d

Please sign in to comment.