Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-11320] Android: ScrollView - App crashes on launch #3170

Merged
merged 1 commit into from Oct 12, 2012

Conversation

krowley
Copy link
Contributor

@krowley krowley commented Oct 11, 2012

This bug got introduced with some recent changes to TableView. The call to setModelListener() is bypassed for measurement passes through getView(). However, setModelListener() calls processProperties() to set the properties from a proxy on a newly created view.

With the fix here, processProperties() is now called for measurement passes at the time that views are created.

@ghost ghost assigned billdawson Oct 11, 2012
@billdawson
Copy link
Contributor

CR/FR accepted

billdawson added a commit that referenced this pull request Oct 12, 2012
[TIMOB-11320] Android: ScrollView - App crashes on launch
@billdawson billdawson merged commit b7fbff8 into tidev:master Oct 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants