Disable user typing from thread timeline

This commit is contained in:
ariskotsomitopoulos 2021-12-15 18:49:22 +02:00
parent 3acdccb339
commit bc6e89b503
1 changed files with 1 additions and 0 deletions

View File

@ -1488,6 +1488,7 @@ class TimelineFragment @Inject constructor(
}
private fun observerUserTyping() {
if(isThreadTimeLine()) return
views.composerLayout.views.composerEditText.textChanges()
.skipInitialValue()
.debounce(300)