|
@@ -96,7 +96,6 @@ namespace GFGGame
|
|
|
EventAgent.RemoveEventListener(ConstMessage.FILLING_CHANGE_CHAPTER, UpdateView);
|
|
|
EventAgent.RemoveEventListener(ConstMessage.NOTICE_LIMIT_CHANGED, OnLimitChanged);
|
|
|
EventAgent.RemoveEventListener(ConstMessage.RED_CHANGE, UpdateRedDot);
|
|
|
- EventAgent.RemoveEventListener(ConstMessage.STUDIO_FILING_UPDATE, UpdateView);
|
|
|
|
|
|
}
|
|
|
|
|
@@ -223,7 +222,6 @@ namespace GFGGame
|
|
|
return;
|
|
|
}
|
|
|
ViewManager.Show<ClothingSyntheticView>(new object[] { _studioCfg.suitId }, false);
|
|
|
- EventAgent.AddEventListener(ConstMessage.STUDIO_FILING_UPDATE, UpdateView);
|
|
|
//if (_viewData == StudioDataManager.Instance.GetLuckyBoxActivityID())
|
|
|
//{
|
|
|
// int _activityId = ActivityDataManager.Instance.GetCurOpenActiveByType(ConstLimitTimeActivityType.ActLimitLuckyBox);
|