Merge branch 'hot_fix' into 'diplomatic-quarter-live'

remove ErOptions

See merge request Cloud_Solution/diplomatic-quarter!179
dq_and_master
Mohammad Aljammal 4 years ago
commit 4a43bcefe1

@ -179,20 +179,20 @@ class _AllHabibMedicalServiceState extends State<AllHabibMedicalService> {
'assets/images/al-habib_online_payment_service_icon.png',
title: TranslationBase.of(context).onlinePaymentService,
),
ServicesContainer(
onTap: () {
Navigator.push(
context,
FadePage(
page: ErOptions(
isAppbar: true,
),
),
);
},
imageLocation: 'assets/images/emergency_service_image.png',
title: TranslationBase.of(context).emergencyService,
),
// ServicesContainer(
// onTap: () {
// Navigator.push(
// context,
// FadePage(
// page: ErOptions(
// isAppbar: true,
// ),
// ),
// );
// },
// imageLocation: 'assets/images/emergency_service_image.png',
// title: TranslationBase.of(context).emergencyService,
// ),
ServicesContainer(
onTap: () => Navigator.push(
context,

Loading…
Cancel
Save