Skip to content

Commit

Permalink
Regression: Memory cache was no longer used on Android!
Browse files Browse the repository at this point in the history
  • Loading branch information
Molinet, Fabien committed May 18, 2016
1 parent 53060ee commit ec3822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/FFImageLoading.Droid/Work/ImageLoaderTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public override async Task<CacheResult> TryLoadingFromCacheAsync()
{
try
{
if (!_target.IsTaskValid(this))
if (!_target.IsValid)
return CacheResult.NotFound; // weird situation, dunno what to do

if (IsCancelled)
Expand Down

0 comments on commit ec3822e

Please sign in to comment.