update canUpdate to take into account thumbhash
This commit is contained in:
parent
49fae9c4cc
commit
115fd62878
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ class Asset {
|
|||
a.isLocal && !isLocal ||
|
||||
width == null && a.width != null ||
|
||||
height == null && a.height != null ||
|
||||
thumbhash == null && a.thumbhash != null ||
|
||||
livePhotoVideoId == null && a.livePhotoVideoId != null ||
|
||||
!isRemote && a.isRemote && isFavorite != a.isFavorite ||
|
||||
!isRemote && a.isRemote && isArchived != a.isArchived;
|
||||
|
|
Loading…
Add table
Reference in a new issue