From 14527e19b1744e5cfe56fed5c7325cb273ff3e7d Mon Sep 17 00:00:00 2001 From: ibrahim albitar Date: Tue, 9 Jun 2020 11:07:04 +0300 Subject: [PATCH] fix issues --- lib/screens/patients/profile/refer_patient_screen.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/screens/patients/profile/refer_patient_screen.dart b/lib/screens/patients/profile/refer_patient_screen.dart index 6f489237..1781867c 100644 --- a/lib/screens/patients/profile/refer_patient_screen.dart +++ b/lib/screens/patients/profile/refer_patient_screen.dart @@ -55,8 +55,6 @@ class _ReferPatientState extends State { Widget build(BuildContext context) { return AppScaffold( appBarTitle: "Progress Note", - showAppDrawer: false, - showBottomBar: false, body: patientsProv.isLoading ? DrAppCircularProgressIndeicator() : patientsProv.isError