PAP-558: Remove the choose Drop-off

fix_bugs_Mar
Elham Rababah 4 years ago
parent 1b393d6601
commit 66a9239698

@ -254,6 +254,7 @@ class _PickupLocationState extends State<PickupLocation> {
SizedBox( SizedBox(
height: 8, height: 8,
), ),
InkWell( InkWell(
onTap: () { onTap: () {
confirmSelectHospitalDialog( confirmSelectHospitalDialog(
@ -369,6 +370,10 @@ class _PickupLocationState extends State<PickupLocation> {
SizedBox( SizedBox(
height: 45, height: 45,
), ),
if (myAppointment != null)
SizedBox(
height: 100,
),
], ],
), ),
), ),

Loading…
Cancel
Save