Fix tests now that Mentions feature is enabled.
This commit is contained in:
parent
e8fb130a37
commit
6ff48c2ee4
4 changed files with 94 additions and 103 deletions
|
|
@ -186,7 +186,7 @@ class TimelinePresenter @AssistedInject constructor(
|
|||
showReadReceipts = readReceiptsEnabled,
|
||||
newEventState = newItemState.value,
|
||||
sessionState = sessionState,
|
||||
eventSink = ::handleEvents
|
||||
eventSink = { handleEvents(it) }
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue