Skip to content

Commit

Permalink
Merge pull request #3525 from hieupham007/timob-11569
Browse files Browse the repository at this point in the history
timob-11569: fix picker in alertdialogs
  • Loading branch information
krowley committed Dec 4, 2012
2 parents 3b07a92 + bcc819b commit 30056c3
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 30056c3

Please sign in to comment.