element-x-ada/libraries/androidutils/src
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
..
main Fix crash when starting a DM (#6419) 2026-03-23 16:00:04 +01:00
test/kotlin/io/element/android/libraries/androidutils When linkifying, adjust the URLSpan's url too (#6188) 2026-02-12 12:12:57 +00:00