6/18/2
This commit is contained in:
@@ -29,7 +29,7 @@ class WalletCaptain extends StatelessWidget {
|
||||
Get.put(CaptainWalletController());
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
Get.put(MapDriverController()).totalPricePassenger = '0';
|
||||
// Get.put(MapDriverController()).totalPricePassenger = '0';
|
||||
return MyScafolld(
|
||||
title: 'Driver Wallet'.tr,
|
||||
body: [
|
||||
@@ -424,8 +424,8 @@ class WalletCaptain extends StatelessWidget {
|
||||
],
|
||||
isleading: true,
|
||||
action: InkWell(
|
||||
onTap: () {
|
||||
captainWalletController.getCaptainWalletFromBuyPoints();
|
||||
onTap: () async {
|
||||
captainWalletController.refreshCaptainWallet();
|
||||
},
|
||||
child: const Icon(Icons.refresh)),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user