kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
cc7617a302
commit
270606699b
|
@ -3246,7 +3246,7 @@ public class ConversationActivity extends PassphraseRequiredActivity
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onTextChanged(String text) {
|
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();
|
TypingStatusSender typingStatusSender = ApplicationDependencies.getTypingStatusSender();
|
||||||
|
|
||||||
if (text.length() == 0) {
|
if (text.length() == 0) {
|
||||||
|
|
Ładowanie…
Reference in New Issue