Pinned events: fix public compose method.

This commit is contained in:
ganfra 2024-08-07 16:31:23 +02:00
parent fa3fa2623e
commit 4f6fbea5b9

View file

@ -86,7 +86,7 @@ fun PinnedMessagesBannerView(
} }
@Composable @Composable
fun PinnedMessagesBannerRow( private fun PinnedMessagesBannerRow(
state: PinnedMessagesBannerState, state: PinnedMessagesBannerState,
onClick: (EventId) -> Unit, onClick: (EventId) -> Unit,
onViewAllClick: () -> Unit, onViewAllClick: () -> Unit,