mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Stop STOPPED typing indicator timers on message send.
This commit is contained in:
committed by
Cody Henthorne
parent
2723ea7975
commit
bbec0f5f48
@@ -2018,6 +2018,7 @@ class ConversationFragment :
|
||||
disposables += send
|
||||
.doOnSubscribe {
|
||||
if (clearCompose) {
|
||||
AppDependencies.typingStatusSender.onTypingStopped(args.threadId)
|
||||
composeTextEventsListener?.typingStatusEnabled = false
|
||||
composeText.setText("")
|
||||
composeTextEventsListener?.typingStatusEnabled = true
|
||||
|
||||
Reference in New Issue
Block a user