Browse Source

Try to fix lint issue

pull/912/head
Jorge Martín 1 year ago
parent
commit
4896b76e47
  1. 1
      features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemReactionsLayout.kt

1
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemReactionsLayout.kt

@ -42,6 +42,7 @@ import io.element.android.libraries.designsystem.preview.ElementPreview @@ -42,6 +42,7 @@ import io.element.android.libraries.designsystem.preview.ElementPreview
* @param expandButton The expand button
* @param addMoreButton The add more button
* @param reactions The reaction buttons
* @param modifier The modifier to apply to this layout
*/
@Composable
fun TimelineItemReactionsLayout(

Loading…
Cancel
Save