Merge pull request #5547 from ByteHamster/fix-flashing

Don't reload image when download status changes
This commit is contained in:
ByteHamster 2021-11-14 16:40:34 +01:00 committed by GitHub
commit ec36d3c206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ public class ItemFragment extends Fragment {
long mediaId = item.getMedia().getId();
if (ArrayUtils.contains(update.mediaIds, mediaId)) {
if (itemsLoaded && getActivity() != null) {
updateAppearance();
updateButtons();
}
}
}