mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(mobile): format code
This commit is contained in:
parent
3db323f158
commit
76098c36d7
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ extension BaseAssetTimelineX on BaseAsset? {
|
|||
// origin — that can change while the timeline is still open (e.g. after a restore).
|
||||
bool isEffectivelyTrashed(TimelineOrigin origin) {
|
||||
final asset = this;
|
||||
return origin == TimelineOrigin.trash || (origin == TimelineOrigin.deepLink && asset is RemoteAsset && asset.isTrashed);
|
||||
return origin == TimelineOrigin.trash ||
|
||||
(origin == TimelineOrigin.deepLink && asset is RemoteAsset && asset.isTrashed);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue