diff --git a/lib/logic/common/retry_image.dart b/lib/logic/common/retry_image.dart index 11309527..8fb9d294 100644 --- a/lib/logic/common/retry_image.dart +++ b/lib/logic/common/retry_image.dart @@ -90,7 +90,7 @@ class RetryImage extends ImageProvider { if (other.runtimeType != runtimeType) { return false; } - return other is RetryImage && other.imageProvider == other.imageProvider && other.scale == scale; + return other is RetryImage && other.imageProvider == imageProvider && other.scale == scale; } @override