diff --git a/lib/pages/BookAppointment/DoctorProfile.dart b/lib/pages/BookAppointment/DoctorProfile.dart index cc1239bf..e6aea879 100644 --- a/lib/pages/BookAppointment/DoctorProfile.dart +++ b/lib/pages/BookAppointment/DoctorProfile.dart @@ -115,6 +115,7 @@ class _DoctorProfileState extends State with TickerProviderStateM widget.doctor.noOfPatientsRate, "", ), + showConfirmMessageDialog: false, onTap: () { Navigator.push( context, diff --git a/lib/pages/MyAppointments/SchedulePage.dart b/lib/pages/MyAppointments/SchedulePage.dart index 90ac8ae3..1c46e7e8 100644 --- a/lib/pages/MyAppointments/SchedulePage.dart +++ b/lib/pages/MyAppointments/SchedulePage.dart @@ -64,6 +64,7 @@ class _SchedulePageState extends State { appBarTitle: TranslationBase.of(context).schedule, isShowAppBar: true, baseViewModel: model2, + isShowDecPage: false, body: SizedBox( height: MediaQuery.of(context).size.height, child: Stack(