Skip to content

Commit

Permalink
#trivial Fixes image nodes being stuck not being able to download ima…
Browse files Browse the repository at this point in the history
…ge (TextureGroup#720)

* #trivial Fixes image nodes being stuck not being able to download image

* Clear out the _cacheUUID too even though this is not strictly necessary.
  • Loading branch information
garrettmoon authored and bernieperez committed Apr 25, 2018
1 parent e05641d commit b017f4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/ASNetworkImageNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ - (void)_lazilyLoadImageIfNecessary

//No longer in preload range, no point in setting the results (they won't be cleared in exit preload range)
if (ASInterfaceStateIncludesPreload(self->_interfaceState) == NO) {
self->_downloadIdentifier = nil;
self->_cacheUUID = nil;
return;
}

Expand Down

0 comments on commit b017f4a

Please sign in to comment.