Fix drafts not working when typing indicators are disabled.

fork-5.53.8
Cody Henthorne 2022-08-10 16:45:43 -04:00
rodzic 7f47e50674
commit afff792ecc
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -838,9 +838,7 @@ public class ConversationParentFragment extends Fragment
});
}
if (TextSecurePreferences.isTypingIndicatorsEnabled(ApplicationDependencies.getApplication())) {
composeText.addTextChangedListener(typingTextWatcher);
}
composeText.addTextChangedListener(typingTextWatcher);
composeText.setSelection(composeText.length(), composeText.length());
}
});