mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-30 03:24:44 +01:00
Fix progress bar reappearing in PostGalleryTypeImageRecyclerViewAdapter?
This commit is contained in:
parent
f92830088c
commit
d0bf1aa19c
@ -115,6 +115,8 @@ public class PostGalleryTypeImageRecyclerViewAdapter extends RecyclerView.Adapte
|
|||||||
holder.binding.captionConstraintLayoutItemGalleryImageInPostFeed.setVisibility(View.GONE);
|
holder.binding.captionConstraintLayoutItemGalleryImageInPostFeed.setVisibility(View.GONE);
|
||||||
holder.binding.captionTextViewItemGalleryImageInPostFeed.setText("");
|
holder.binding.captionTextViewItemGalleryImageInPostFeed.setText("");
|
||||||
holder.binding.captionUrlTextViewItemGalleryImageInPostFeed.setText("");
|
holder.binding.captionUrlTextViewItemGalleryImageInPostFeed.setText("");
|
||||||
|
holder.binding.progressBarItemGalleryImageInPostFeed.setVisibility(View.GONE);
|
||||||
|
glide.clear(holder.binding.imageViewItemGalleryImageInPostFeed);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void loadImage(ImageViewHolder holder) {
|
private void loadImage(ImageViewHolder holder) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user