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 for issue #1436 list icon allows user only to show the list, but not to make it disappear #1443

Merged
merged 2 commits into from
Apr 17, 2018

Commits on Apr 14, 2018

  1. Fixed by using a boolean variable "opened" that changes according to …

    …the current state of the list. It is false by default when you open the nearby activity.
    brok85 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    a19f08d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Fixed by using bottomSheetBehavior.getState() to decide whether to ex…

    …pand or collapse the bottom list.
    brok85 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    508fd24 View commit details
    Browse the repository at this point in the history