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 6b2ebf9933
commit 0743b56bc4
20 changed files with 21 additions and 21 deletions

View file

@ -143,7 +143,7 @@ class EditUserProfilePresenter(
saveButtonEnabled = canSave && saveAction.value !is AsyncAction.Loading,
saveAction = saveAction.value,
cameraPermissionState = cameraPermissionState,
eventSink = { handleEvents(it) },
eventSink = ::handleEvents,
)
}