|
|
@ -3804,7 +3804,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
|
|
|
|
|
|
|
|
int iavailable = 0;
|
|
|
|
int iavailable = 0;
|
|
|
|
List<EntityAttachment> media = new ArrayList<>();
|
|
|
|
List<EntityAttachment> media = new ArrayList<>();
|
|
|
|
if (thumbnails && bind_extras) {
|
|
|
|
if (thumbnails && !EntityFolder.JUNK.equals(message.folderType) && bind_extras) {
|
|
|
|
for (EntityAttachment attachment : attachments)
|
|
|
|
for (EntityAttachment attachment : attachments)
|
|
|
|
if ((pdf_preview && attachment.isPDF()) ||
|
|
|
|
if ((pdf_preview && attachment.isPDF()) ||
|
|
|
|
(video_preview && attachment.isVideo()) ||
|
|
|
|
(video_preview && attachment.isVideo()) ||
|
|
|
|