mirror of https://github.com/M66B/FairEmail.git
Minor improvement
This commit is contained in:
parent
fccf7c5001
commit
c5e1d485be
|
@ -284,7 +284,7 @@ public class AdapterMedia extends RecyclerView.Adapter<AdapterMedia.ViewHolder>
|
|||
tvCaption.setVisibility(View.VISIBLE);
|
||||
ivImage.setImageResource(R.drawable.twotone_warning_24);
|
||||
}
|
||||
}.execute(context, owner, args, "image:load");
|
||||
}.execute(context, owner, args, "media:load");
|
||||
} else
|
||||
ivImage.setImageResource(attachment.progress == null
|
||||
? R.drawable.twotone_image_24 : R.drawable.twotone_hourglass_top_24);
|
||||
|
|
Loading…
Reference in New Issue