Browse Source

个人信息

zhaoyang 3 years ago
parent
commit
52552f7af8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/RoleInfo/RoleInfoView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/RoleInfo/RoleInfoView.cs

@@ -91,6 +91,7 @@ namespace GFGGame
             EventAgent.RemoveEventListener(ConstMessage.CHANGE_ROLE_NAME, UpdateRoleName);
             EventAgent.RemoveEventListener(ConstMessage.CHANGE_ROLE_HEAD, UpdateHead);
             EventAgent.RemoveEventListener(ConstMessage.RED_CHANGE, UpdateRedDot);
+            EventAgent.RemoveEventListener(ConstMessage.DOWNLOAD_FINISH, UpdateList);
 
         }
         private void UpdateRoleName()