Commit e89f30cb authored by fallenstardust's avatar fallenstardust

启动ygopro时暂不移除卡组编辑fragment

parent 17656837
...@@ -722,7 +722,7 @@ public class HomeFragment extends BaseFragemnt implements OnDuelAssistantListene ...@@ -722,7 +722,7 @@ public class HomeFragment extends BaseFragemnt implements OnDuelAssistantListene
protected void openGame() { protected void openGame() {
YGOStarter.startGame(getActivity(), null); YGOStarter.startGame(getActivity(), null);
getParentFragmentManager().beginTransaction().remove(activity.fragment_deck_cards).commit(); //getParentFragmentManager().beginTransaction().remove(activity.fragment_deck_cards).commit();
} }
private void duelAssistantCheck() { private void duelAssistantCheck() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment