mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(mobile): image caching & viewer improvements (#4095)
This commit is contained in:
committed by
GitHub
parent
63b6a71ebd
commit
1c02e1dadf
@@ -178,6 +178,7 @@ class Asset {
|
||||
@override
|
||||
bool operator ==(other) {
|
||||
if (other is! Asset) return false;
|
||||
if (identical(this, other)) return true;
|
||||
return id == other.id &&
|
||||
checksum == other.checksum &&
|
||||
remoteId == other.remoteId &&
|
||||
|
||||
Reference in New Issue
Block a user