mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-28 22:18:46 +03:00
Disable user typing from thread timeline
This commit is contained in:
parent
3acdccb339
commit
bc6e89b503
1 changed files with 1 additions and 0 deletions
|
@ -1488,6 +1488,7 @@ class TimelineFragment @Inject constructor(
|
|||
}
|
||||
|
||||
private fun observerUserTyping() {
|
||||
if(isThreadTimeLine()) return
|
||||
views.composerLayout.views.composerEditText.textChanges()
|
||||
.skipInitialValue()
|
||||
.debounce(300)
|
||||
|
|
Loading…
Reference in a new issue