Hotfix - 1.11.0.116
EN: 1.11.0.116 CN: 1.11.0.117 JP: 1.11.0.121 KR: 1.11.0.121
This commit is contained in:
@@ -509,11 +509,9 @@ function PanelManager.Home()
|
||||
DoBackToTarget(nBackToIdx)
|
||||
end
|
||||
function PanelManager.OnConfirmBackToLogIn()
|
||||
if objCurPanel == nil then
|
||||
return
|
||||
end
|
||||
EventManager.Hit("ForceCloseAllBeforeBackLogin")
|
||||
PanelManager.CloseAllDisposablePanel()
|
||||
if objCurPanel._bAddToBackHistory ~= true then
|
||||
if objCurPanel ~= nil and objCurPanel._bAddToBackHistory ~= true then
|
||||
objCurPanel:_PreExit()
|
||||
objCurPanel:_Exit()
|
||||
objCurPanel:_Destroy()
|
||||
|
||||
Reference in New Issue
Block a user