|
@@ -150,8 +150,8 @@ namespace GFGGame
|
|
GuideController.TryCompleteGuideIndex(ConstGuideId.ARENA_OPEN, 12);
|
|
GuideController.TryCompleteGuideIndex(ConstGuideId.ARENA_OPEN, 12);
|
|
GuideController.TryCompleteGuide(ConstGuideId.ARENA_OPEN, 12);
|
|
GuideController.TryCompleteGuide(ConstGuideId.ARENA_OPEN, 12);
|
|
//ViewManager.GoBackFrom(typeof(ArenaView).FullName);
|
|
//ViewManager.GoBackFrom(typeof(ArenaView).FullName);
|
|
- this.OnHide();
|
|
|
|
- ViewManager.Show<InstanceZonesUIView>();
|
|
|
|
|
|
+ //ViewManager.Show<InstanceZonesUIView>();
|
|
|
|
+ this.Hide();
|
|
}
|
|
}
|
|
private void OnBtnShopClick()
|
|
private void OnBtnShopClick()
|
|
{
|
|
{
|