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
fun PinnedMessagesBannerRow(
private fun PinnedMessagesBannerRow(
state: PinnedMessagesBannerState,
onClick: (EventId) -> Unit,
onViewAllClick: () -> Unit,