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-7685:Android: HW window: view does not show on 3.x devices #1587

Merged
merged 1 commit into from Mar 7, 2012

Conversation

ayeung
Copy link
Contributor

@ayeung ayeung commented Mar 7, 2012


View nativeView = view.getNativeView();

// Make sure we draw the view during the layout pass. This does not seem to cause another layout pass. We need
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know why the view isn't being drawn via any kind of google bug reports? Just curious if there is anymore background info.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't been able to find any google bug on this.

What I found during my research: This code triggers a layout pass on the window layout, and is done before its children have gone through a layout pass. As a result, it doesn't trigger any additional layout passes.

@pingwang2011
Copy link
Contributor

code reviewed and functionally tested. Accepted

marshall added a commit that referenced this pull request Mar 7, 2012
TIMOB-7685:Android: HW window: view does not show on 3.x devices
@marshall marshall merged commit d732d4d into tidev:master Mar 7, 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

4 participants