Fix crash with untitled sticker pack in sticker keyboard.
This commit is contained in:
parent
6e1621fef1
commit
5fef0494b1
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class StickerKeyboardRepository(private val stickerDatabase: StickerDatabase) {
|
||||||
data class KeyboardStickerPack(
|
data class KeyboardStickerPack(
|
||||||
val packId: String,
|
val packId: String,
|
||||||
val title: String?,
|
val title: String?,
|
||||||
val titleResource: Int? = 0,
|
val titleResource: Int? = null,
|
||||||
val coverUri: Uri?,
|
val coverUri: Uri?,
|
||||||
val coverResource: Int? = null,
|
val coverResource: Int? = null,
|
||||||
val stickers: List<StickerRecord> = emptyList()
|
val stickers: List<StickerRecord> = emptyList()
|
||||||
|
|
Loading…
Add table
Reference in a new issue