Code committed
This commit is contained in:
@@ -59,7 +59,7 @@ class _MyOrderScreenState extends State<MyOrderScreen> {
|
||||
width: 20,
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
context.clearAndPush(routePath: MyRoutes.BOTTOMNAV);
|
||||
context.clearAndPush(routePath: MyRoutes.HOME);
|
||||
},
|
||||
child: SvgPicture.asset(
|
||||
APPASSETS.back,
|
||||
|
||||
Reference in New Issue
Block a user