Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Feb 19, 2018
1 parent 04e2d74 commit f8a052f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ protected final void loadImage() {
if (memoryCache != null) {
memoryCache.put(key, image);
}
if (storageCache != null && (changed || descriptor.getLocation() == DataLocation.REMOTE)) {
if (storageCache != null && (changed || descriptor.getLocation() != DataLocation.LOCAL)) {
storageCache.put(key, image);
}
}
Expand Down

0 comments on commit f8a052f

Please sign in to comment.