Small cleanup
This commit is contained in:
parent
8fa7f71d0d
commit
9ac74af722
1 changed files with 1 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue