Disable user typing from thread timeline
This commit is contained in:
parent
3acdccb339
commit
bc6e89b503
@ -1488,6 +1488,7 @@ class TimelineFragment @Inject constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun observerUserTyping() {
|
private fun observerUserTyping() {
|
||||||
|
if(isThreadTimeLine()) return
|
||||||
views.composerLayout.views.composerEditText.textChanges()
|
views.composerLayout.views.composerEditText.textChanges()
|
||||||
.skipInitialValue()
|
.skipInitialValue()
|
||||||
.debounce(300)
|
.debounce(300)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user