|
@@ -95,6 +95,7 @@ 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);
|
|
|
|
|
|
}
|
|
|
|
|
@@ -231,6 +232,7 @@ namespace GFGGame
|
|
|
return;
|
|
|
}
|
|
|
ViewManager.Show<ClothingSyntheticView>(new object[] { _studioCfg.suitId }, new object[] { typeof(StudioFilingView).FullName, this.viewData }, false);
|
|
|
+ EventAgent.AddEventListener(ConstMessage.STUDIO_FILING_UPDATE, UpdateView);
|
|
|
//if (_viewData == StudioDataManager.Instance.GetLuckyBoxActivityID())
|
|
|
//{
|
|
|
// int _activityId = ActivityDataManager.Instance.GetCurOpenActiveByType(ConstLimitTimeActivityType.ActLimitLuckyBox);
|