mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Display thumbnail previews for images in conversation list.
Closes #4262 // FREEBIE
This commit is contained in:
@@ -266,6 +266,7 @@ public class AttachmentDatabase extends Database {
|
||||
partData.first.delete();
|
||||
} else {
|
||||
notifyConversationListeners(DatabaseFactory.getMmsDatabase(context).getThreadIdForMessage(mmsId));
|
||||
notifyConversationListListeners();
|
||||
}
|
||||
|
||||
thumbnailExecutor.submit(new ThumbnailFetchCallable(masterSecret, attachmentId));
|
||||
|
||||
Reference in New Issue
Block a user