Skip to content

Commit 27c456e

Browse files
authored
fix: people navigation (#20450)
1 parent e7d051d commit 27c456e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/lib/presentation/widgets/asset_viewer/bottom_sheet/sheet_people_details.widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class _SheetPeopleDetailsState extends ConsumerState<SheetPeopleDetails> {
7979
context.back();
8080
return;
8181
}
82-
context.back();
82+
context.pop();
8383
context.pushRoute(DriftPersonRoute(person: person));
8484
},
8585
onNameTap: () => showNameEditModal(person),

0 commit comments

Comments
 (0)