Fix modifier issue.
This commit is contained in:
parent
b69de38c66
commit
0ea811269b
2 changed files with 16 additions and 2 deletions
|
|
@ -47,13 +47,13 @@ import io.element.android.libraries.ui.strings.CommonStrings
|
|||
@Composable
|
||||
fun PreferencesRootView(
|
||||
state: PreferencesRootState,
|
||||
modifier: Modifier = Modifier,
|
||||
onBackPressed: () -> Unit,
|
||||
onVerifyClicked: () -> Unit,
|
||||
onOpenAnalytics: () -> Unit,
|
||||
onOpenRageShake: () -> Unit,
|
||||
onOpenAbout: () -> Unit,
|
||||
onOpenDeveloperSettings: () -> Unit,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
// Include pref from other modules
|
||||
PreferenceView(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue