mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-28 01:49:23 +01:00
Fix / reply ux stays too long
This commit is contained in:
parent
1b95d98ccd
commit
c09626182c
@ -622,6 +622,8 @@ class RoomDetailFragment @Inject constructor(
|
||||
return
|
||||
}
|
||||
if (text.isNotBlank()) {
|
||||
// We collapse ASAP, if not there will be a slight anoying delay
|
||||
composerLayout.collapse(true)
|
||||
lockSendButton = true
|
||||
roomDetailViewModel.handle(RoomDetailAction.SendMessage(text, vectorPreferences.isMarkdownEnabled()))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user