Naming convention for Previews
This commit is contained in:
parent
33f549104b
commit
a43c3ec86f
3 changed files with 4 additions and 4 deletions
|
|
@ -97,6 +97,6 @@ private fun InitialsAvatar(
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun InitialsAvatar() {
|
||||
fun InitialsAvatarPreview() {
|
||||
Avatar(AvatarData(name = "A"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue