Pinned events: fix public compose method.
This commit is contained in:
parent
fa3fa2623e
commit
4f6fbea5b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue