Skip to content

Commit

Permalink
Fix the bug when the bottom sheet would collapse because of an oversc…
Browse files Browse the repository at this point in the history
…roll in nested scrollview

COAND-868
  • Loading branch information
araratthehero committed Apr 24, 2024
1 parent 22c0f6b commit 96bb38b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,10 +60,10 @@ internal abstract class DropInBottomSheetDialogFragment : BottomSheetDialogFragm

if (bottomSheet != null) {
BottomSheetBehavior.from(bottomSheet).apply {
skipCollapsed = true
state = BottomSheetBehavior.STATE_EXPANDED
isHideable = false
isDraggable = false
peekHeight = bottomSheet.height
}
} else {
adyenLog(AdyenLogLevel.ERROR) { "Failed to set BottomSheetBehavior." }
Expand Down

0 comments on commit 96bb38b

Please sign in to comment.