6/1/1
This commit is contained in:
@@ -105,10 +105,10 @@ class CashConfirmPageShown extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
InkWell(
|
InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
controller.changeCashConfirmPageShown();
|
// controller.changeCashConfirmPageShown();
|
||||||
controller.isSearchingWindow = true;
|
// controller.isSearchingWindow = true;
|
||||||
controller.confirmRideForFirstDriver();
|
// controller.confirmRideForFirstDriver();
|
||||||
controller.update();
|
// controller.update();
|
||||||
},
|
},
|
||||||
child: Text(
|
child: Text(
|
||||||
'CASH',
|
'CASH',
|
||||||
|
|||||||
Reference in New Issue
Block a user