Remove unused parameter.
This commit is contained in:
parent
2866f6a205
commit
f2317e9aa5
1 changed files with 0 additions and 4 deletions
|
|
@ -32,7 +32,6 @@ fun PreferenceCategory(
|
||||||
modifier: Modifier = Modifier,
|
modifier: Modifier = Modifier,
|
||||||
title: String? = null,
|
title: String? = null,
|
||||||
showTopDivider: Boolean = true,
|
showTopDivider: Boolean = true,
|
||||||
showBottomDivider: Boolean = false,
|
|
||||||
content: @Composable ColumnScope.() -> Unit,
|
content: @Composable ColumnScope.() -> Unit,
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
|
|
@ -48,9 +47,6 @@ fun PreferenceCategory(
|
||||||
PreferenceDivider()
|
PreferenceDivider()
|
||||||
}
|
}
|
||||||
content()
|
content()
|
||||||
if (showBottomDivider) {
|
|
||||||
PreferenceDivider()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue