refactor: Best practise to make previews private to reduce pollution

This commit is contained in:
LooKeR 2025-11-19 21:14:32 +05:30 committed by Sylvia van Os
parent 69c38966f2
commit 150e895c9d

View File

@ -165,6 +165,6 @@ fun AboutScreenContent(
@Preview
@Composable
fun AboutActivityPreview() {
private fun AboutActivityPreview() {
AboutScreenContent(AboutContent(LocalContext.current))
}