Skip to content

Commit

Permalink
Merge pull request #3170 from krowley/timob-11320
Browse files Browse the repository at this point in the history
[TIMOB-11320] Android: ScrollView - App crashes on launch
  • Loading branch information
billdawson committed Oct 12, 2012
2 parents d35d8df + 5f06a72 commit b7fbff8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,14 @@ public void realizeViews(TiUIView view, boolean enableModelListener)
{
setModelListener(view);
}
else
{
// Just call processProperties() to set them on this view.
// Note that this is done in setModelListener() when it is
// called.
view.processProperties(getProperties());
}


// Use a copy so bundle can be modified as it passes up the inheritance
// tree. Allows defaults to be added and keys removed.
Expand Down

0 comments on commit b7fbff8

Please sign in to comment.