misc : add enabled param to ListItemContent.Custom View

This commit is contained in:
ganfra 2025-12-22 15:25:54 +01:00
parent 7de4b7d3af
commit a12c37d6d9
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()