Minor improvement

This commit is contained in:
M66B 2024-01-28 20:46:59 +01:00
parent fccf7c5001
commit c5e1d485be
1 changed files with 1 additions and 1 deletions

View File

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