Fix indentation
This commit is contained in:
parent
f2e7f9c750
commit
80e70a6834
1 changed files with 6 additions and 6 deletions
|
|
@ -65,11 +65,11 @@ class RoomNotificationSettingsNode @AssistedInject constructor(
|
||||||
@Composable
|
@Composable
|
||||||
override fun View(modifier: Modifier) {
|
override fun View(modifier: Modifier) {
|
||||||
val state = presenter.present()
|
val state = presenter.present()
|
||||||
RoomNotificationSettingsView(
|
RoomNotificationSettingsView(
|
||||||
state = state,
|
state = state,
|
||||||
modifier = modifier,
|
modifier = modifier,
|
||||||
onShowGlobalNotifications = this::openGlobalNotificationSettings,
|
onShowGlobalNotifications = this::openGlobalNotificationSettings,
|
||||||
onBackPressed = this::navigateUp,
|
onBackPressed = this::navigateUp,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue