Hide typing notifications in threads, fix #5271

This commit is contained in:
ismailgulek
2021-12-08 14:45:44 +03:00
parent 0b532e434b
commit 5309b81bfb
3 changed files with 21 additions and 11 deletions
@@ -23,6 +23,7 @@ public class ThreadDataSource: RoomDataSource {
super.finalizeInitialization()
showReadMarker = false
showBubbleReceipts = false
showTypingRow = false
}
}