Update - 1.12.0.120
EN: 1.12.0.120 CN: 1.12.0.120 JP: 1.12.0.124 KR: 1.12.0.124
This commit is contained in:
@@ -43,8 +43,8 @@ function AddressBookItemCtrl:RefreshChatContent(nChatId)
|
||||
end
|
||||
self.chatData = chatData
|
||||
local nProcess = 1
|
||||
if self.chatData.nStatus == AllEnum.PhoneChatState.Complete then
|
||||
nProcess = #self.chatData.avgMsg
|
||||
if self.chatData.nStatus == AllEnum.PhoneChatState.Complete and PlayerData.Phone:EnsureChatAvgLoaded(self.chatData) then
|
||||
nProcess = self.chatData.nAllProcess
|
||||
end
|
||||
local chatMsg = PlayerData.Phone:GetChatMsg(self.chatData, nProcess)
|
||||
local sContent = ""
|
||||
|
||||
Reference in New Issue
Block a user