mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add an 'internal details' screen for message details.
This commit is contained in:
committed by
Nicholas Tinsley
parent
de86c5622d
commit
6854f7eb2a
@@ -956,7 +956,6 @@ class AttachmentTable(
|
||||
return transferFile
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
fun getDataFileInfo(attachmentId: AttachmentId): DataFileInfo? {
|
||||
return readableDatabase
|
||||
.select(ID, DATA_FILE, DATA_SIZE, DATA_RANDOM, DATA_HASH_START, DATA_HASH_END, TRANSFORM_PROPERTIES, UPLOAD_TIMESTAMP)
|
||||
|
||||
Reference in New Issue
Block a user