Re-order parameters.
This commit is contained in:
parent
2223e87087
commit
4d7ec3916b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,9 +33,9 @@ import io.element.android.libraries.ui.strings.R
|
|||
@Composable
|
||||
fun DeveloperSettingsView(
|
||||
state: DeveloperSettingsState,
|
||||
modifier: Modifier = Modifier,
|
||||
onOpenShowkase: () -> Unit,
|
||||
onBackPressed: () -> Unit,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
PreferenceView(
|
||||
modifier = modifier,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue