Always use the handleEvent(s) function the same way.
This commit is contained in:
@@ -201,7 +201,7 @@ class CallScreenPresenter(
|
||||
userAgent = userAgent,
|
||||
isCallActive = isWidgetLoaded,
|
||||
isInWidgetMode = isInWidgetMode,
|
||||
eventSink = { handleEvents(it) },
|
||||
eventSink = ::handleEvents,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user