Always use the handleEvent(s) function the same way.

This commit is contained in:
Benoit Marty 2025-11-03 18:49:00 +01:00
parent f1389cb2ae
commit fdd4e2115c
20 changed files with 21 additions and 21 deletions

View file

@ -201,7 +201,7 @@ class CallScreenPresenter(
userAgent = userAgent,
isCallActive = isWidgetLoaded,
isInWidgetMode = isInWidgetMode,
eventSink = { handleEvents(it) },
eventSink = ::handleEvents,
)
}