|
@@ -210,7 +210,7 @@ namespace GFGGame
|
|
private void OnClickBtnLookBack()
|
|
private void OnClickBtnLookBack()
|
|
{
|
|
{
|
|
StopAutoPlay();
|
|
StopAutoPlay();
|
|
- if (_ui.m_btnSkip.enabled)
|
|
|
|
|
|
+ if (_ui.m_btnSkip.visible)
|
|
{
|
|
{
|
|
ViewManager.Show<StoryLookBackView>(_storyStartID);
|
|
ViewManager.Show<StoryLookBackView>(_storyStartID);
|
|
}
|
|
}
|