Address more Compose lint warnings
This commit is contained in:
@@ -131,7 +131,6 @@ internal fun LazyListScope.updatesUiItems(
|
||||
|
||||
@Composable
|
||||
private fun UpdatesUiItem(
|
||||
modifier: Modifier,
|
||||
update: UpdatesWithRelations,
|
||||
selected: Boolean,
|
||||
readProgress: String?,
|
||||
@@ -142,6 +141,7 @@ private fun UpdatesUiItem(
|
||||
// Download Indicator
|
||||
downloadStateProvider: () -> Download.State,
|
||||
downloadProgressProvider: () -> Int,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
val haptic = LocalHapticFeedback.current
|
||||
val textAlpha = if (update.read) ReadItemAlpha else 1f
|
||||
|
||||
Reference in New Issue
Block a user