diff --git a/lib/screens/patients/profile/patient_profile_screen.dart b/lib/screens/patients/profile/patient_profile_screen.dart index 9e3d5140..31be0812 100644 --- a/lib/screens/patients/profile/patient_profile_screen.dart +++ b/lib/screens/patients/profile/patient_profile_screen.dart @@ -102,11 +102,14 @@ class _PatientProfileScreenState extends State height: (patient.patientStatusType != null && patient.patientStatusType == 43) ? 210 - : 0, + : isDischargedPatient?240:0, ), Container( - height: !isSearchAndOut ? MediaQuery + height: !isSearchAndOut ? isDischargedPatient?MediaQuery + .of(context) + .size + .height * 0.64 : MediaQuery .of(context) .size .height * 0.65 : MediaQuery