From 66a9239698cd26535d11140c01c9c92378b954c6 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Tue, 23 Mar 2021 13:40:18 +0200 Subject: [PATCH] PAP-558: Remove the choose Drop-off --- .../ErService/AmbulanceRequestIndexPages/PickupLocation.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart b/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart index 831eb013..b0c541f9 100644 --- a/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart +++ b/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart @@ -254,6 +254,7 @@ class _PickupLocationState extends State { SizedBox( height: 8, ), + InkWell( onTap: () { confirmSelectHospitalDialog( @@ -369,6 +370,10 @@ class _PickupLocationState extends State { SizedBox( height: 45, ), + if (myAppointment != null) + SizedBox( + height: 100, + ), ], ), ),