Skip to content

Commit

Permalink
Merge pull request #4788 from salachi/TIMOB-15378-TabGroupBorderRadius
Browse files Browse the repository at this point in the history
TIMOB-15378-Use getOuterView instead of getNativeView in getContentView ...
  • Loading branch information
hieupham007 committed Oct 18, 2013
2 parents 2c33a04 + b084b03 commit bb729f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public View getContentView() {
// Assign parent so events bubble up correctly.
windowProxy.setParent(proxy);

return windowProxy.getOrCreateView().getNativeView();
return windowProxy.getOrCreateView().getOuterView();
}

private TiWindowProxy getWindowProxy() {
Expand Down

0 comments on commit bb729f9

Please sign in to comment.