Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KorigamiK committed Dec 14, 2024
1 parent 01d8322 commit 30a4228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FavoritesPartProvider : PartProvider, KoinComponent {
}

@Composable
override fun Component(compactLayout: Boolean, useThemeColor: Boolean) {
override fun Component(compactLayout: Boolean) {
val columns by remember {
uiSettings.gridSettings.map {
it.columnCount
Expand Down

0 comments on commit 30a4228

Please sign in to comment.