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)