mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 12:00:03 +03:00
Fixes lint error
This commit is contained in:
parent
b280358077
commit
4784717b0c
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ abstract class RoomSummaryItem : VectorEpoxyModel<RoomSummaryItem.Holder>() {
|
|||
renderSelection(holder, showSelected)
|
||||
holder.roomAvatarPresenceImageView.render(showPresence, userPresence)
|
||||
showTypingViewIfNecessary(holder)
|
||||
|
||||
}
|
||||
|
||||
private fun showTypingViewIfNecessary(holder: Holder) {
|
||||
|
|
Loading…
Reference in a new issue