From 643fe9ec651cb7d7dc5527431e4ecf7c501f5fae Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 4 Oct 2024 14:07:14 +0200 Subject: [PATCH] Fix preview name. --- .../features/messages/impl/timeline/protection/ProtectedView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/protection/ProtectedView.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/protection/ProtectedView.kt index f0fbaa8eb1..6a9db31682 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/protection/ProtectedView.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/protection/ProtectedView.kt @@ -78,7 +78,7 @@ fun ProtectedView( @PreviewsDayNight @Composable -internal fun PreviewProtectedView() = ElementPreview { +internal fun ProtectedViewPreview() = ElementPreview { Box( modifier = Modifier .size(160.dp)