Public Access
fix(navigation): view all journey leads back to journey overview
This commit is contained in:
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user