mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Fix bug where image wasn't showing after send.
This commit is contained in:
committed by
Michelle Tang
parent
a0c55baf39
commit
ed56c21e5b
@@ -1966,6 +1966,7 @@ class AttachmentTable(
|
||||
|
||||
Log.d(TAG, "[updateMessageId] Updated $updatedCount out of $attachmentIdSize ids.")
|
||||
}
|
||||
AppDependencies.databaseObserver.notifyMessageUpdateObservers(MessageId(mmsId))
|
||||
}
|
||||
|
||||
fun createRemoteKeyIfNecessary(attachmentId: AttachmentId) {
|
||||
|
||||
Reference in New Issue
Block a user