mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Cleaup
This commit is contained in:
parent
a34c072c48
commit
c787de75f5
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class TimelineItemFactory @Inject constructor(private val messageItemFactory: Me
|
|||
Timber.e(throwable, "failed to create message item")
|
||||
defaultItemFactory.create(event, highlight, callback, throwable)
|
||||
}
|
||||
return (computedModel ?: buildEmptyItem(event))
|
||||
return computedModel ?: buildEmptyItem(event)
|
||||
}
|
||||
|
||||
private fun buildEmptyItem(timelineEvent: TimelineEvent): TimelineEmptyItem {
|
||||
|
|
Loading…
Reference in a new issue