element-x-ada/libraries/matrixui
Jorge Martin Espinosa 054b7302f1
Fix crash when starting a DM (#6419)
`AnchoredDraggable.requireOffset` was called before it was populated when displaying  `CreateDmConfirmationBottomSheet`, because the keyboard and the bottom sheet were causing conflicting animations related to the insets.

Hiding the keyboard before displaying the bottom sheet seems to fix the issue, and `skipPartiallyExpanded` results in a better UX (and also worked around the issue by itself).
2026-03-23 16:00:04 +01:00
..
src Fix crash when starting a DM (#6419) 2026-03-23 16:00:04 +01:00
build.gradle.kts Reuse already parsed document instead of parsing it again 2025-12-17 18:38:02 +01:00