Skip to content

Commit ec3822e

Browse files
author
Molinet, Fabien
committed
Regression: Memory cache was no longer used on Android!
1 parent 53060ee commit ec3822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FFImageLoading.Droid/Work/ImageLoaderTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public override async Task<CacheResult> TryLoadingFromCacheAsync()
164164
{
165165
try
166166
{
167-
if (!_target.IsTaskValid(this))
167+
if (!_target.IsValid)
168168
return CacheResult.NotFound; // weird situation, dunno what to do
169169

170170
if (IsCancelled)

0 commit comments

Comments
 (0)