Stop STOPPED typing indicator timers on message send.

This commit is contained in:
andrew-signal
2025-06-20 12:16:29 -04:00
committed by Cody Henthorne
parent 2723ea7975
commit bbec0f5f48

View File

@@ -2018,6 +2018,7 @@ class ConversationFragment :
disposables += send
.doOnSubscribe {
if (clearCompose) {
AppDependencies.typingStatusSender.onTypingStopped(args.threadId)
composeTextEventsListener?.typingStatusEnabled = false
composeText.setText("")
composeTextEventsListener?.typingStatusEnabled = true