Use stricter visibility for composables where possible

This commit is contained in:
arkon
2023-03-05 18:41:08 -05:00
parent e458de5e9c
commit 9b77759f24
28 changed files with 274 additions and 308 deletions
@@ -54,7 +54,7 @@ fun MigrateSearchScreen(
}
@Composable
fun MigrateSearchContent(
private fun MigrateSearchContent(
sourceId: Long,
items: Map<CatalogueSource, SearchItemResult>,
contentPadding: PaddingValues,