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),
|
margin: const EdgeInsets.only(bottom: 60.0),
|
||||||
child: ElevatedButton(
|
child: ElevatedButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.pop(
|
Navigator.push(
|
||||||
context,
|
context,
|
||||||
MaterialPageRoute(
|
MaterialPageRoute(
|
||||||
builder: (context) => JourneyOverviewPage(),
|
builder: (context) => JourneyOverviewPage(),
|
||||||
|
|||||||
Reference in New Issue
Block a user