cull(engine-cleanup): pass-8 phase-2 cascade round 1
[trim] fully-unreachable files deleted: 6 [trim] files edited: 55, files deleted: 0, nodes removed: 244 [type-trim] files edited: 1, types removed: 1 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -463,31 +463,6 @@ public class Mail : UIBase
|
||||
return systemText.Get("Mail_0048", "0");
|
||||
}
|
||||
|
||||
private void OnRequestMailList(NetworkTask.ResultCode error)
|
||||
{
|
||||
if (_tabType == TAB_TYPE.GIFT)
|
||||
{
|
||||
_currentList = Wizard.Data.MailTop.data.mail_data_list;
|
||||
}
|
||||
else if (_tabType == TAB_TYPE.HISTORY)
|
||||
{
|
||||
_currentList = Wizard.Data.MailTop.data.mail_history_list;
|
||||
}
|
||||
int count = Wizard.Data.MailTop.data.mail_history_list.Count;
|
||||
if (count == _lastHistoryCount)
|
||||
{
|
||||
_lastHistoryCount = 500;
|
||||
}
|
||||
else
|
||||
{
|
||||
_lastHistoryCount = count;
|
||||
}
|
||||
// Pre-Phase-5b: checked MailTopTask.LastPageRead == 1 to reset the scroll wrap.
|
||||
// Headless has no MailTopTask; fall through to UpdateScrollSize (the general path).
|
||||
UpdateScrollSize();
|
||||
UIManager.GetInstance().closeInSceneCenterLoading();
|
||||
}
|
||||
|
||||
private void LoadNextPage()
|
||||
{
|
||||
// Pre-Phase-5b: fetched next-page mail via MailTopTask. Headless has no mail service;
|
||||
|
||||
Reference in New Issue
Block a user