From c09626182c6d204c6a38b16a44e5a256fb5bca86 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 2 Jun 2020 19:31:25 +0200 Subject: [PATCH 1/2] Fix / reply ux stays too long --- .../riotx/features/home/room/detail/RoomDetailFragment.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vector/src/main/java/im/vector/riotx/features/home/room/detail/RoomDetailFragment.kt b/vector/src/main/java/im/vector/riotx/features/home/room/detail/RoomDetailFragment.kt index 3f959746c0..dc2c5389c2 100644 --- a/vector/src/main/java/im/vector/riotx/features/home/room/detail/RoomDetailFragment.kt +++ b/vector/src/main/java/im/vector/riotx/features/home/room/detail/RoomDetailFragment.kt @@ -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())) } From 2adb5af0512053832147596ae19d50e9f8ef9d14 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 4 Jun 2020 11:43:47 +0200 Subject: [PATCH 2/2] update change log --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index ef31216264..eeff8e1e4b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ Improvements 🙌: Bugfix 🐛: - Switch theme is not fully taken into account without restarting the app + - Reply composer overlay stays on screen too long after send (#1169) Translations 🗣: -