Merge pull request #5547 from ByteHamster/fix-flashing
Don't reload image when download status changes
This commit is contained in:
commit
ec36d3c206
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user