1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

chore: beta flavor build (#19862)

* chore: beta flavor build

* make file

* beta flavor

* add build flavor to GHA

* add build flavor to GHA
This commit is contained in:
Alex
2025-07-10 21:42:29 -05:00
committed by GitHub
parent de345a9524
commit d087f7c870
10 changed files with 91 additions and 41 deletions

View File

@ -76,6 +76,11 @@ class ImmichSliverAppBar extends ConsumerWidget {
onPressed: () {
ref.read(backgroundSyncProvider).syncLocal(full: true);
ref.read(backgroundSyncProvider).syncRemote();
Future.delayed(
const Duration(seconds: 10),
() => ref.read(backgroundSyncProvider).hashAssets(),
);
},
icon: const Icon(
Icons.sync,