Skip to content

show() and hide() method is not available in latest version #721

Closed
@kushmpatel

Description

@kushmpatel

I want show() and hide() method functionality (which was available in previous version - 1.4.0) in latest library. Because I am using shy behavior in my application and want to show() and hide() bottom bar manually even if user doesn't scroll up or down in CoordinatorLayout.
What happens is like
Suppose now I am in Fragment A having list view in this Fragment. I use shy behavior so when I scroll on screen Bottom Bar hides. Now I click on any item of list view and open Fragment B. Now Bottom Bar was hidden in Fragment A and when Fragment B opens it remains hidden. I don't want to keep it hide. I want to show bottom bar when any new fragment opens. So how can I achieve this using existing library ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions