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-11772] KitchenSink: Twitter - Last rows content disappears after ... #3497

Closed
wants to merge 1 commit into from

Conversation

krowley
Copy link
Contributor

@krowley krowley commented Nov 29, 2012

...device rotated to the landscape and vice versa on Android

…er device rotated to the landscape and vice versa on Android
@@ -157,6 +157,7 @@ protected void createControls()
if (v.getParent() == null) {
content.addView(v, view.getLayoutParams());
}
view.getNativeView().invalidate();
Copy link
Contributor

Choose a reason for hiding this comment

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

why view.getNativeView() instead of v?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

v is getOuterView(), which could be a border if there is one.
It doesn't seem necessary to call invalidate() for the border.

@ghost ghost assigned hieupham007 Nov 29, 2012
@vishalduggal
Copy link
Contributor

Closing this PR

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

3 participants