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 661d375 commit f9bf2d8
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 f9bf2d8

Please sign in to comment.