fix(navigation): view all journey leads back to journey overview

This commit is contained in:
fbachus
2026-08-01 01:46:31 +02:00
parent 5fbd690faa
commit 84c8c267b9
+1 -1
View File
@@ -559,7 +559,7 @@ class _JourneyDetailPageState extends State<JourneyDetailPage> {
margin: const EdgeInsets.only(bottom: 60.0),
child: ElevatedButton(
onPressed: () {
Navigator.pop(
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => JourneyOverviewPage(),