mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Fix handling of stickers with invalid locators in backups.
This commit is contained in:
@@ -83,6 +83,7 @@ fun FilePointer?.toLocalAttachment(
|
||||
borderless = borderless,
|
||||
gif = gif,
|
||||
quote = false,
|
||||
stickerLocator = stickerLocator,
|
||||
uuid = UuidUtil.fromByteStringOrNull(uuid)
|
||||
)
|
||||
} else if (this.backupLocator != null) {
|
||||
|
||||
Reference in New Issue
Block a user