Small cleanup

This commit is contained in:
Benoit Marty 2025-09-16 10:06:16 +02:00
parent 8fa7f71d0d
commit 9ac74af722

View file

@ -34,10 +34,7 @@ class ChangeRoomPermissionsNode(
) : NodeInputs, Parcelable
private val inputs: Inputs = inputs()
private val presenter = presenterFactory.run {
create(inputs.section)
}
private val presenter = presenterFactory.create(inputs.section)
@Composable
override fun View(modifier: Modifier) {