Fix payment routing
This commit is contained in:
parent
8191e166e5
commit
ec56ad1d95
1 changed files with 1 additions and 2 deletions
|
@ -205,8 +205,7 @@ class _PaymentBodyState extends State<PaymentBody> {
|
||||||
borderRadius: BorderRadius.circular(18.0),
|
borderRadius: BorderRadius.circular(18.0),
|
||||||
side: const BorderSide(color: Color(0xff8B0000))))),
|
side: const BorderSide(color: Color(0xff8B0000))))),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.of(context).pushReplacement(MaterialPageRoute(
|
Navigator.pushReplacementNamed(context, '');
|
||||||
builder: (context) => const Menu(initialScreen: 4)));
|
|
||||||
},
|
},
|
||||||
child: const Text(
|
child: const Text(
|
||||||
'Transaction',
|
'Transaction',
|
||||||
|
|
Loading…
Reference in a new issue