Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangMinPark-UB committed Sep 2, 2018
1 parent 2e2c342 commit 5f28c6f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ protected void onCreate(Bundle savedInstanceState) {
graph_fragment = new GraphFragment();
more_fragment = new MoreFragment();

memory_fragment.onCreate(savedInstanceState);
quiz_fragment.onCreate(savedInstanceState);
graph_fragment.onCreate(savedInstanceState);
more_fragment.onCreate(savedInstanceState);
// memory_fragment.onCreate(savedInstanceState);
// quiz_fragment.onCreate(savedInstanceState);
// graph_fragment.onCreate(savedInstanceState);
// more_fragment.onCreate(savedInstanceState);

fragment_transaction = getSupportFragmentManager().beginTransaction();
fragment_manager = getSupportFragmentManager();
Expand Down

0 comments on commit 5f28c6f

Please sign in to comment.