|
|
|
@ -283,7 +283,7 @@ class _PatientProfileScreenState extends State<PatientProfileScreen>
|
|
|
|
.initiateCall,
|
|
|
|
.initiateCall,
|
|
|
|
disabled: model.state == ViewState.BusyLocal,
|
|
|
|
disabled: model.state == ViewState.BusyLocal,
|
|
|
|
onPressed: () async {
|
|
|
|
onPressed: () async {
|
|
|
|
// if(model.isFinished) {
|
|
|
|
if(model.isFinished) {
|
|
|
|
Navigator.push(context, MaterialPageRoute(
|
|
|
|
Navigator.push(context, MaterialPageRoute(
|
|
|
|
builder: (BuildContext context) =>
|
|
|
|
builder: (BuildContext context) =>
|
|
|
|
EndCallScreen(patient:patient)));
|
|
|
|
EndCallScreen(patient:patient)));
|
|
|
|
|