Do not send typing indicators in Note to Self.

Fixes #10988
This commit is contained in:
Sgn-32
2021-02-18 16:16:36 +01:00
committed by Alan Evans
parent cc7617a302
commit 270606699b

View File

@@ -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) {