mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-29 20:47:50 +02:00
Add Compose lint checks
Still need to address most of them though.
This commit is contained in:
@ -95,10 +95,10 @@ abstract class BaseUpdatesGridGlanceWidget(
|
||||
val data by flow.collectAsState(initial = null)
|
||||
UpdatesWidget(
|
||||
data = data,
|
||||
modifier = containerModifier,
|
||||
contentColor = foreground,
|
||||
topPadding = topPadding,
|
||||
bottomPadding = bottomPadding,
|
||||
modifier = containerModifier,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user