mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 03:49:04 +03:00
fix rebase
This commit is contained in:
parent
62f0c6edc0
commit
ea817ff1c5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class TimelineItemFactory @Inject constructor(private val messageItemFactory: Me
|
||||||
EventType.KEY_VERIFICATION_MAC -> {
|
EventType.KEY_VERIFICATION_MAC -> {
|
||||||
// These events are filtered from timeline in normal case
|
// These events are filtered from timeline in normal case
|
||||||
// Only visible in developer mode
|
// Only visible in developer mode
|
||||||
defaultItemFactory.create(event, highlight, readMarkerVisible, callback)
|
defaultItemFactory.create(event, highlight, callback)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unhandled event types (yet)
|
// Unhandled event types (yet)
|
||||||
|
|
Loading…
Reference in a new issue