misc : add enabled param to ListItemContent.Custom View

This commit is contained in:
ganfra 2025-12-22 15:25:54 +01:00
parent cad746e3e2
commit 7f2d5b94bb
7 changed files with 21 additions and 15 deletions

View file

@ -70,7 +70,7 @@ private fun PreferenceBlockUser(
isLoading: Boolean,
eventSink: (UserProfileEvents) -> Unit,
) {
val loadingCurrentValue = @Composable {
val loadingCurrentValue = @Composable { _: Boolean ->
CircularProgressIndicator(
modifier = Modifier
.progressSemantics()