mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
conflict resolution
This commit is contained in:
parent
df2f6fbf19
commit
6b471ed903
14 changed files with 70 additions and 62 deletions
|
|
@ -70,7 +70,7 @@ class DriftEditImagePage extends ConsumerWidget {
|
|||
Logger("SaveEditedImage").warning("Failed to retrieve the saved image back from OS", e);
|
||||
}
|
||||
|
||||
ref.read(backgroundSyncProvider).syncLocal(full: true);
|
||||
unawaited(ref.read(backgroundSyncProvider).syncLocal(full: true));
|
||||
_exitEditing(context);
|
||||
ImmichToast.show(durationInSecond: 3, context: context, msg: 'Image Saved!');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue