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

Commits on Sep 30, 2014

  1. Fix failure to reset layout params to correct setting after dismiss i…

    …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.
    jtwigg committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    bc534a9 View commit details
    Browse the repository at this point in the history