Skip to content

Commit ca3adbc

Browse files
okatrych-nordzebadge-gdg
authored andcommitted
Fix build
1 parent c9d3c90 commit ca3adbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/de/berlindroid/zepatch/patchable/BerlindroidLogo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ fun BerlindroidLogo(
3434

3535
@Preview
3636
@Composable
37-
fun PreviewBerlindroid() {
37+
private fun PreviewBerlindroid() {
3838
BerlindroidLogo()
3939
}

app/src/main/java/de/berlindroid/zepatch/patchable/EventFahrplanLogo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ fun EventFahrplanLogo(
3434

3535
@Preview
3636
@Composable
37-
fun PreviewBerlindroid() {
37+
private fun PreviewEventFahrplanLogo() {
3838
EventFahrplanLogo()
3939
}

0 commit comments

Comments
 (0)