1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00

refactor(mobile): backup info box (#14171)

split up backup info box into separate widgets
This commit is contained in:
Mert
2024-11-15 17:16:52 -05:00
committed by GitHub
parent 6729782c3f
commit caf6c0996d
9 changed files with 383 additions and 283 deletions

View File

@ -18,6 +18,9 @@ class CurrentUploadAsset {
this.iCloudAsset,
});
@pragma('vm:prefer-inline')
bool get isIcloudAsset => iCloudAsset != null && iCloudAsset!;
CurrentUploadAsset copyWith({
String? id,
DateTime? fileCreatedAt,