浏览代码

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
                         //解除绑定,我调用退出登录

正在加载...
取消
保存