// Token: 0x06011F7C RID: 73596 RVA: 0x004A3BA8 File Offset: 0x004A1DA8
        protected override void UpdateView()
        {
            if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_UpdateView_hotfix != null)
            {
                this.m_UpdateView_hotfix.call(new object[]
                {
                    this
                });
                return;
            }
            BJLuaObjHelper.IsSkipLuaHotfix = false;
            if (base.IsOpeningUI())
            {
                this.m_memoryCorridorUIController.Open();
            }
            ProjectLPlayerContext projectLPlayerContext = GameManager.Instance.PlayerContext as ProjectLPlayerContext;

            this.m_playerResourceUIController.UpdatePlayerResource();
            this.m_memoryCorridorUIController.SetDailyRewardCount(projectLPlayerContext.GetMemoryCorridorDailyRewardRestCount(), projectLPlayerContext.GetDailyBonusMaxNums(GameFunctionType.GameFunctionType_MemoryCorridor));
            if (this.m_memoryCorridorInfo != null)
            {
                this.m_memoryCorridorUIController.SetMemoryCorridor(this.m_memoryCorridorInfo);
                this.m_memoryCorridorUIController.ClearMemoryCorridorLevelListItems();
                this.m_memoryCorridorUIController.AddAllMemoryCorridorLevelListItems(this.m_memoryCorridorInfo.m_levelInfos);
            }
        }