Private fun

This commit is contained in:
Benoit Marty 2024-12-13 18:32:31 +01:00 committed by Benoit Marty
parent 7abfa24f12
commit 43c68d5ab0

View file

@ -403,7 +403,7 @@ private fun ErrorContent(error: Throwable) {
} }
@Composable @Composable
fun EmptyContent( private fun EmptyContent(
titleRes: Int, titleRes: Int,
subtitleRes: Int, subtitleRes: Int,
icon: ImageVector, icon: ImageVector,