|
@@ -574,7 +574,7 @@ public class CallingHostFragment extends BaseFragment implements DoctorHostAdapt
|
|
|
|
|
|
if (nurseHostList.size() > 0 && nurseHostList.get(0) != null) {
|
|
if (nurseHostList.size() > 0 && nurseHostList.get(0) != null) {
|
|
NurseHostListInfo hostInfo = nurseHostList.get(0);
|
|
NurseHostListInfo hostInfo = nurseHostList.get(0);
|
|
- final String hostId = hostInfo.getDeviceHostingID();
|
|
|
|
|
|
+ String hostId = hostInfo.getDeviceHostingID();
|
|
EventBus.getDefault().post(new MessageEvent(hostId, Constants.EVENT_CALL));
|
|
EventBus.getDefault().post(new MessageEvent(hostId, Constants.EVENT_CALL));
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|