mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-28 05:14:28 +00:00
refactor: Best practise to make previews private to reduce pollution
This commit is contained in:
parent
69c38966f2
commit
150e895c9d
@ -165,6 +165,6 @@ fun AboutScreenContent(
|
||||
|
||||
@Preview
|
||||
@Composable
|
||||
fun AboutActivityPreview() {
|
||||
private fun AboutActivityPreview() {
|
||||
AboutScreenContent(AboutContent(LocalContext.current))
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user