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.
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.