Merge pull request #5672 from element-hq/feature/bma/handleEvents

Always use the handleEvent(s) function the same way.
This commit is contained in:
Benoit Marty 2025-11-04 11:20:22 +01:00 committed by GitHub
commit 2b08cb77ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 21 additions and 21 deletions

View file

@ -55,7 +55,7 @@ class ForwardMessagesPresenter(
return ForwardMessagesState(
forwardAction = forwardingActionState.value,
eventSink = { handleEvents(it) }
eventSink = ::handleEvents,
)
}