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(
|
||||
val packId: String,
|
||||
val title: String?,
|
||||
val titleResource: Int? = 0,
|
||||
val titleResource: Int? = null,
|
||||
val coverUri: Uri?,
|
||||
val coverResource: Int? = null,
|
||||
val stickers: List<StickerRecord> = emptyList()
|
||||
|
|
Loading…
Add table
Reference in a new issue