mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Update libsignal-client to 0.14.0
This commit is contained in:
committed by
Cody Henthorne
parent
749bbf428d
commit
057231b9c3
@@ -21,7 +21,7 @@ class StickerKeyboardRepository(private val stickerDatabase: StickerDatabase) {
|
||||
StickerPackRecordReader(stickerDatabase.installedStickerPacks).use { reader ->
|
||||
var pack: StickerPackRecord? = reader.next
|
||||
while (pack != null) {
|
||||
packs += KeyboardStickerPack(packId = pack.packId, title = pack.title.orNull(), coverUri = pack.cover.uri)
|
||||
packs += KeyboardStickerPack(packId = pack.packId, title = pack.title.orElse(null), coverUri = pack.cover.uri)
|
||||
pack = reader.next
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user