소스 검색

雅集聊天去掉界面返回保存

huangxiaoyue 1 년 전
부모
커밋
5b4a7b4bfd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      GameClient/Assets/Game/HotUpdate/Views/League/LeagueChatView.cs

+ 0 - 1
GameClient/Assets/Game/HotUpdate/Views/League/LeagueChatView.cs

@@ -28,7 +28,6 @@ namespace GFGGame
             _ui = UI_LeagueChatUI.Create();
             this.viewCom = _ui.target;
             isfullScreen = true;
-            isReturnView = true;
 
             _ui.m_loaBg.onClick.Add(Hide);
             _ui.m_list.itemRenderer = RenderListItem;