|
@@ -92,13 +92,8 @@ namespace GFGGame
|
|
|
|
|
|
private void openNextView()
|
|
|
{
|
|
|
- //if (LeagueDataManager.Instance.RoleContainerList.Count > 0)
|
|
|
- //{
|
|
|
- string stroyStartID = "50001";
|
|
|
- ViewManager.Show<StoryDialogView>(new object[] { stroyStartID, false, new OnCompleteStoryDialogCall(OnCompletePriorStoryDialog), null, true }, null, true);
|
|
|
- //}
|
|
|
- //else
|
|
|
- // ViewManager.Show<LeagueTeaPartyOverView>();
|
|
|
+ string stroyStartID = "50001";
|
|
|
+ ViewManager.Show<StoryDialogView>(new object[] { stroyStartID, false, new OnCompleteStoryDialogCall(OnCompletePriorStoryDialog), null, true }, null, true);
|
|
|
}
|
|
|
|
|
|
private static void OnCompletePriorStoryDialog(bool isSkip, object param)
|