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', 'assets/images/al-habib_online_payment_service_icon.png',
title: TranslationBase.of(context).onlinePaymentService, title: TranslationBase.of(context).onlinePaymentService,
), ),
ServicesContainer( // ServicesContainer(
onTap: () { // onTap: () {
Navigator.push( // Navigator.push(
context, // context,
FadePage( // FadePage(
page: ErOptions( // page: ErOptions(
isAppbar: true, // isAppbar: true,
), // ),
), // ),
); // );
}, // },
imageLocation: 'assets/images/emergency_service_image.png', // imageLocation: 'assets/images/emergency_service_image.png',
title: TranslationBase.of(context).emergencyService, // title: TranslationBase.of(context).emergencyService,
), // ),
ServicesContainer( ServicesContainer(
onTap: () => Navigator.push( onTap: () => Navigator.push(
context, context,

Loading…
Cancel
Save