| | |
| | | selectFriendObj.SetActive(false);
|
| | | unSelectFriendObj.SetActive(true);
|
| | | ChatCtrl.Inst.PteChatID = 0;
|
| | | ChatCtrl.Inst.PteChatName = string.Empty;
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | selectPlayerId = playerId;
|
| | | typeCtrl.m_Scorller.RefreshActiveCellViews();
|
| | | ChatCtrl.Inst.PteChatID = playerId;
|
| | | ChatCtrl.Inst.PteChatName = playerName;
|
| | | speakOtherNameText.text = Language.Get("Friend107", UIHelper.ServerStringTrim(playerName));
|
| | |
|
| | | friendsModel.RemoveFriendRed(lookGroupType,playerId);
|
| | |
| | | selectFriendObj.SetActive(true);
|
| | | unSelectFriendObj.SetActive(false);
|
| | | ChatCtrl.Inst.PteChatID = playerId;
|
| | | ChatCtrl.Inst.PteChatName = playerName;
|
| | | playerInfoCell.Init(playerId, groupType,playerId);
|
| | | speakOtherNameText.text = Language.Get("Friend107", UIHelper.ServerStringTrim(playerName));
|
| | | });
|