diff --git a/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart b/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart index e3d5ef64..f90e9f33 100644 --- a/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart +++ b/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart @@ -283,7 +283,7 @@ class _PatientProfileScreenState extends State .initiateCall, disabled: model.state == ViewState.BusyLocal, onPressed: () async { - // if(model.isFinished) { + if(model.isFinished) { Navigator.push(context, MaterialPageRoute( builder: (BuildContext context) => EndCallScreen(patient:patient)));