mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fix collapsing mic and send buttons.
This commit is contained in:
parent
02e3dac1c7
commit
c2401e04b4
1 changed files with 0 additions and 1 deletions
|
@ -1321,7 +1321,6 @@ class RoomDetailFragment @Inject constructor(
|
|||
if (text.isNotBlank()) {
|
||||
// We collapse ASAP, if not there will be a slight annoying delay
|
||||
views.composerLayout.collapse(true)
|
||||
views.voiceMessageRecorderView.isVisible = vectorPreferences.labsUseVoiceMessage()
|
||||
lockSendButton = true
|
||||
roomDetailViewModel.handle(RoomDetailAction.SendMessage(text, vectorPreferences.isMarkdownEnabled()))
|
||||
emojiPopup.dismiss()
|
||||
|
|
Loading…
Reference in a new issue