misc : add enabled param to ListItemContent.Custom View
This commit is contained in:
parent
cad746e3e2
commit
7f2d5b94bb
7 changed files with 21 additions and 15 deletions
|
|
@ -70,7 +70,7 @@ private fun PreferenceBlockUser(
|
|||
isLoading: Boolean,
|
||||
eventSink: (UserProfileEvents) -> Unit,
|
||||
) {
|
||||
val loadingCurrentValue = @Composable {
|
||||
val loadingCurrentValue = @Composable { _: Boolean ->
|
||||
CircularProgressIndicator(
|
||||
modifier = Modifier
|
||||
.progressSemantics()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue