mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: people navigation (#20450)
This commit is contained in:
parent
e7d051db3c
commit
27c456eb75
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class _SheetPeopleDetailsState extends ConsumerState<SheetPeopleDetails> {
|
||||||
context.back();
|
context.back();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
context.back();
|
context.pop();
|
||||||
context.pushRoute(DriftPersonRoute(person: person));
|
context.pushRoute(DriftPersonRoute(person: person));
|
||||||
},
|
},
|
||||||
onNameTap: () => showNameEditModal(person),
|
onNameTap: () => showNameEditModal(person),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue