Merge pull request #156 from erisanolasheni/main
Minor fix on the operator check
This commit is contained in:
commit
a40ce7c080
@ -90,7 +90,7 @@ class RetryImage extends ImageProvider<Object> {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user