Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Jul 14, 2024
1 parent 9ea87d2 commit 77bae22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/java/erseco/soft/GameoverLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ public class GameoverLoader implements OnClickListener {

//Ponemos el botón de game over en verde
button.setBackgroundResource(R.drawable.button_green);

final ImageButton buttonSubmitScore = (ImageButton) at.findViewById(R.id.button_submit_score);
buttonSubmitScore.setOnClickListener(this);


} else {

Expand Down

0 comments on commit 77bae22

Please sign in to comment.