-
Notifications
You must be signed in to change notification settings - Fork 98
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
BottomSheetDialog usage in Fragment #16
Labels
Comments
Did you find a solution for this? |
Same problem. I guess this is the culprit:
The |
@rubensousa , @suleymanccelik : I'm having a similar problem. When an item is clicked, nothing happens. It looks like setItemClickListener, it's not working.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Thanks for your library.
I am trying to show BottomSheet in a fragment but a problem occurs on onBottomSheetItemClick listener. Problem steps are;
1- User clicks edit button and BottomSheet opens
2- User clicks an item and BottomSheet dismisses
3- User clicks edit button again and BottomSheet opens
4- User clicks an item but BottomSheet doesn't close and onBottomSheetItemClick is not called.
I changed your sample code using a fragment and same problem occurs. BottomSheet dialog dismisses when user clicks outside of the dialog. In my fragment, there is no coordinatorlayout.
The text was updated successfully, but these errors were encountered: