From 3abd7227ec5cbede551de07e56246bfca583e4ea Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Wed, 1 Sep 2021 11:05:32 +0300 Subject: [PATCH] fixes --- lib/pages/BookAppointment/DoctorProfile.dart | 1 + lib/pages/MyAppointments/SchedulePage.dart | 1 + 2 files changed, 2 insertions(+) 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(