mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: pump auto_route (#27876)
* chore: pump auto_route * make build * chore: use drift from pubdev (#27877) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
6798d5df32
commit
fd5e8d6521
36 changed files with 1826 additions and 940 deletions
|
|
@ -107,7 +107,7 @@ class _LocationPicker extends HookWidget {
|
|||
),
|
||||
actions: [
|
||||
TextButton(
|
||||
onPressed: () => context.pop(),
|
||||
onPressed: () => ContextHelper(context).pop(),
|
||||
child: Text(
|
||||
"cancel",
|
||||
style: context.textTheme.bodyMedium?.copyWith(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue