From a3e24578344956a5b1f027532aa4d300effc474d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 3 Oct 2024 18:54:19 +0200 Subject: [PATCH] SuppressWarnings ModifierClickableOrder --- .../features/messages/impl/timeline/protection/ProtectedView.kt | 1 + 1 file changed, 1 insertion(+) 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 0761a3fdfb..f0fbaa8eb1 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 @@ -31,6 +31,7 @@ import io.element.android.libraries.designsystem.theme.components.Text import io.element.android.libraries.matrix.ui.components.A_BLUR_HASH import io.element.android.libraries.ui.strings.CommonStrings +@SuppressWarnings("ModifierClickableOrder") @Composable fun ProtectedView( hideContent: Boolean,