From 69eca869b4a7afe7899b932e79ec2c94bf9a882b Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Sun, 23 May 2021 10:12:08 +0300 Subject: [PATCH] fix error after merge --- .../patients/profile/profile_screen/patient_profile_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));