Skip to content

Commit

Permalink
Merge pull request #6 from sleushunou/main
Browse files Browse the repository at this point in the history
Update ImageService.cs
  • Loading branch information
Redth authored May 27, 2024
2 parents 3b17181 + 0c323bf commit 33db440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/FFImageLoading/Platforms/Android/ImageService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public ImageService(

ImageCache imageCache;

public override IMemoryCache<SelfDisposingBitmapDrawable> MemoryCache => imageCache ?? new ImageCache(Configuration, Logger);
public override IMemoryCache<SelfDisposingBitmapDrawable> MemoryCache => imageCache ??= new ImageCache(Configuration, Logger);


public override IImageLoaderTask CreateTask<TImageView>(TaskParameter parameters, ITarget<SelfDisposingBitmapDrawable, TImageView> target) where TImageView : class
Expand Down

0 comments on commit 33db440

Please sign in to comment.