Browse Source

<不支持卫生间通话>

weizhengliang 4 years ago
parent
commit
a6e037431d

+ 1 - 2
app/src/main/java/com/wdkl/callingmainnursemanager/ui/fragment/CallingHostFragment.java

@@ -1096,8 +1096,7 @@ public class CallingHostFragment extends BaseFragment implements DoctorHostAdapt
                     type = loopingUdpentity.getDeviceMAC();
                     type = loopingUdpentity.getDeviceMAC();
                 }
                 }
                 if (Constants.WSHROOM_CALL.equals(type)) {
                 if (Constants.WSHROOM_CALL.equals(type)) {
-                    //不支持紧急呼叫通话
-                    ToastUtil.showToast("不支持紧急呼叫通话");
+                    ToastUtil.showToast("不支持卫生间通话");
                     return;
                     return;
                 }
                 }