Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Mar 2, 2018
1 parent 5ed113c commit b460640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public void load(@NonNull View view) {
}
DisplayImageAction<?> currentAction = InternalUtils.getDisplayImageAction(view);
if (currentAction != null) {
if (currentAction.hasSameKey(key)) {
if (currentAction.hasSameKey(key) && !currentAction.isCancelled()) {
return;
}
currentAction.cancel();
Expand Down

0 comments on commit b460640

Please sign in to comment.