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

Fix failure to reset layout params to correct setting after dismiss is c... #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jtwigg
Copy link

@jtwigg jtwigg commented Sep 30, 2014

...omplete.

Bug: If layoutParams of dismissed view are WRAP_CONTENT, then this setting is overwritten with the original getHeight() of the View instead of returning to WRAP_CONTENT.
This was breaking our list view cell's when they were being reused by the list view. They were no longer dynamically resizing but were instead locked to 'originalHeight' forever after.

…s complete.

Bug: If layoutParams of dismissed view are WRAP_CONTENT, then this setting is overwritten with the original  getHeight() of the View instead of returning to WRAP_CONTENT.
This was breaking our list view cell's when they were being reused by the list view. They were no longer dynamically resizing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant