-
Notifications
You must be signed in to change notification settings - Fork 24
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
notifyDataSetChanged will drop bottomsheet height #8
Comments
Hi, could you please provide more information on how to reproduce this issue? We use the sheet with |
@sOt0nGx Could you please help me for resolving this matter if you have the solution |
I don't have the solution but I've changed to other libraries. |
Could you tell me the name of the libraries you using now? |
Hi, Can you help I am facing the same issue |
Whenever the RecyclerView refresh with Glide or notifyDataSetChanged, the height of the BottomSheet will drop.
I tried to move it up again with
anchorBottomSheetBehavior.setState(AnchorBottomSheetBehavior.STATE_COLLAPSED);
but does not work.
State was not changed but height is lowered.
The text was updated successfully, but these errors were encountered: