Skip to content

Commit

Permalink
Removed createChampion in Frag 2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Taoi committed Apr 21, 2024
1 parent d20475f commit 2c175b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/proj2/SecondFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void onViewCreated(@NonNull View view, Bundle savedInstanceState) {
//Change ChampionName TV
TextView championNameDisplay = getView().findViewById(R.id.champName);
championNameDisplay.setText(ChampionName);
createChampion();
//createChampion();
//Return button
binding.buttonSecond.setOnClickListener(v ->
NavHostFragment.findNavController(SecondFragment.this)
Expand Down

0 comments on commit 2c175b7

Please sign in to comment.