Do not send typing indicators in Note to Self.

Fixes #10988
fork-5.53.8
Sgn-32 2021-02-18 16:16:36 +01:00 zatwierdzone przez Alan Evans
rodzic cc7617a302
commit 270606699b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3246,7 +3246,7 @@ public class ConversationActivity extends PassphraseRequiredActivity
@Override
public void onTextChanged(String text) {
if (enabled && threadId > 0 && isSecureText && !isSmsForced() && !recipient.get().isBlocked()) {
if (enabled && threadId > 0 && isSecureText && !isSmsForced() && !recipient.get().isBlocked() && !recipient.get().isSelf()) {
TypingStatusSender typingStatusSender = ApplicationDependencies.getTypingStatusSender();
if (text.length() == 0) {