Browse Source

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

huangxiaoyue 1 year ago
parent
commit
5b4a7b4bfd
1 changed files with 0 additions and 1 deletions
  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;