Always use the handleEvent(s) function the same way.
This commit is contained in:
parent
f1389cb2ae
commit
fdd4e2115c
20 changed files with 21 additions and 21 deletions
|
|
@ -63,7 +63,7 @@ class SharePresenter(
|
|||
|
||||
return ShareState(
|
||||
shareAction = shareActionState.value,
|
||||
eventSink = { handleEvents(it) }
|
||||
eventSink = ::handleEvents,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue