26-1-22/3

This commit is contained in:
Hamza-Ayed
2026-01-22 23:00:43 +03:00
parent b77222a9cd
commit da12f1792d
4 changed files with 19 additions and 11 deletions

View File

@@ -77,7 +77,8 @@ class _SearchingCaptainWindowState extends State<SearchingCaptainWindow>
child: OutlinedButton(
onPressed: () {
// [تعديل 3] استدعاء دالة الإلغاء الموحدة
controller.cancelRide();
controller.changeCancelRidePageShow();
// ();
},
style: OutlinedButton.styleFrom(
foregroundColor: AppColor.writeColor,