I'm using View pager as backdrop view but sometimes when i scroll up then it's not showing.
I debugged this issue in BackdropBottomSheetBehavior and found that onDependentViewChanged is not getting called in this case. So it remains at that position forever.
I'm using View pager as backdrop view but sometimes when i scroll up then it's not showing.
I debugged this issue in BackdropBottomSheetBehavior and found that onDependentViewChanged is not getting called in this case. So it remains at that position forever.