Fix tests now that Mentions feature is enabled.
This commit is contained in:
parent
1b06b7dc5c
commit
5d1b7c6446
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