mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 12:52:38 +09:00
feat(mobile): new mobile UI (#12582)
This commit is contained in:
@@ -69,7 +69,7 @@ class EditImagePage extends ConsumerWidget {
|
||||
imageData,
|
||||
title: "${p.withoutExtension(asset.fileName)}_edited.jpg",
|
||||
);
|
||||
await ref.read(albumProvider.notifier).getDeviceAlbums();
|
||||
await ref.read(albumProvider.notifier).refreshDeviceAlbums();
|
||||
Navigator.of(context).popUntil((route) => route.isFirst);
|
||||
ImmichToast.show(
|
||||
durationInSecond: 3,
|
||||
|
||||
Reference in New Issue
Block a user