mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix crash with untitled sticker pack in sticker keyboard.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user