Display thumbnail previews for images in conversation list.

Closes #4262
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2015-10-16 13:59:40 -07:00
parent 15c6f18750
commit 5111fe2e95
12 changed files with 221 additions and 107 deletions

View File

@@ -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));