|
@@ -99,7 +99,8 @@ namespace GFGGame
|
|
|
private void OnClickListCardItem(EventContext context)
|
|
|
{
|
|
|
|
|
|
- ViewManager.Show(ViewName.CARD_FOSTER_VIEW, (context.data as GObject).data);
|
|
|
+ ViewManager.Show(ViewName.CARD_FOSTER_VIEW, (context.data as GObject).data, new object[] { ViewName.CARD_DETAIL_VIEW });
|
|
|
+ this.Clear();
|
|
|
|
|
|
}
|
|
|
private void RenderListRoleItem(int index, GObject obj)
|