Small cleanup
This commit is contained in:
parent
d3502c4412
commit
e77c0ab0c2
1 changed files with 1 additions and 4 deletions
|
|
@ -34,10 +34,7 @@ class ChangeRoomPermissionsNode(
|
||||||
) : NodeInputs, Parcelable
|
) : NodeInputs, Parcelable
|
||||||
|
|
||||||
private val inputs: Inputs = inputs()
|
private val inputs: Inputs = inputs()
|
||||||
|
private val presenter = presenterFactory.create(inputs.section)
|
||||||
private val presenter = presenterFactory.run {
|
|
||||||
create(inputs.section)
|
|
||||||
}
|
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
override fun View(modifier: Modifier) {
|
override fun View(modifier: Modifier) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue