소스 검색

1.隐藏解除管控消息。

0423x6e6f
wangwanlei 1 일 전
부모
커밋
914159b87d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      websocket/src/main/java/com/xhly/websocket/utils/SocketPushUtils.kt

+ 1
- 1
websocket/src/main/java/com/xhly/websocket/utils/SocketPushUtils.kt 파일 보기

@@ -65,7 +65,7 @@ object SocketPushUtils {
65 65
 
66 66
                     Const.CODE2007 -> {
67 67
                         //解除管控
68
-                        UIEvent(Const.CODE2007.toString()).post()
68
+                       /* UIEvent(Const.CODE2007.toString()).post()*/
69 69
                     }
70 70
                     Const.CODE2008->{
71 71
                         //解除绑定,我调用退出登录

Loading…
취소
저장