Always use the handleEvent(s) function the same way.
This commit is contained in:
@@ -63,7 +63,7 @@ class SharePresenter(
|
||||
|
||||
return ShareState(
|
||||
shareAction = shareActionState.value,
|
||||
eventSink = { handleEvents(it) }
|
||||
eventSink = ::handleEvents,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user