Open sOt0nGx opened 6 years ago
Hi, could you please provide more information on how to reproduce this issue? We use the sheet with RecyclerView
s extensively and have not observed this. Do you have a sample project that demonstrates this behavior?
@sOt0nGx Could you please help me for resolving this matter if you have the solution
Hi, could you please provide more information on how to reproduce this issue? We use the sheet with
RecyclerView
s extensively and have not observed this. Do you have a sample project that demonstrates this behavior? If the bottomsheet height is match_parent it won't be a problem but if it is not, it will jump when scrolling down. I've made a demo which anyone can download https://drive.google.com/file/d/1fpzlZsclGuHSgryZl--rHph5DLHESJKo/view?usp=sharing
I don't have the solution but I've changed to other libraries.
Hi, could you please provide more information on how to reproduce this issue? We use the sheet with
RecyclerView
s extensively and have not observed this. Do you have a sample project that demonstrates this behavior? If the bottomsheet height is match_parent it won't be a problem but if it is not, it will jump when scrolling down. I've made a demo which anyone can download https://drive.google.com/file/d/1fpzlZsclGuHSgryZl--rHph5DLHESJKo/view?usp=sharingI 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.