Skip to content

Commit a72c406

Browse files
committed
Fix preview name.
1 parent b889e86 commit a72c406

File tree

1 file changed

+1
-1
lines changed
  • features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/protection

1 file changed

+1
-1
lines changed

features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/protection/ProtectedView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fun ProtectedView(
7878

7979
@PreviewsDayNight
8080
@Composable
81-
internal fun PreviewProtectedView() = ElementPreview {
81+
internal fun ProtectedViewPreview() = ElementPreview {
8282
Box(
8383
modifier = Modifier
8484
.size(160.dp)

0 commit comments

Comments
 (0)