Update dependency io.element.android:emojibase-bindings to v1.4.3 (#5250)
* Update dependency io.element.android:emojibase-bindings to v1.4.3 * Fix breaks in API --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
00ca73f342
commit
98cc918a3e
4 changed files with 10 additions and 7 deletions
|
|
@ -34,6 +34,7 @@ import io.element.android.libraries.designsystem.preview.ElementPreview
|
|||
import io.element.android.libraries.designsystem.preview.PreviewsDayNight
|
||||
import io.element.android.libraries.designsystem.text.toDp
|
||||
import io.element.android.libraries.designsystem.theme.components.Text
|
||||
import kotlinx.collections.immutable.persistentListOf
|
||||
|
||||
@Composable
|
||||
fun EmojiItem(
|
||||
|
|
@ -86,7 +87,7 @@ internal fun EmojiItemPreview() = ElementPreview {
|
|||
hexcode = "",
|
||||
label = "",
|
||||
tags = null,
|
||||
shortcodes = emptyList(),
|
||||
shortcodes = persistentListOf(),
|
||||
unicode = "👍",
|
||||
skins = null
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue