Skip to content

Commit

Permalink
GAMES_000J fixed linter error [LD, SM]
Browse files Browse the repository at this point in the history
  • Loading branch information
schanes13 committed Jun 3, 2020
1 parent 6c4719e commit fbaeb86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void onClick(View view) {

// outsource to fkt.
imageView.setImageResource(logic.getCell(x, y).getOwner().getResId());
if(checkWin()) {
if (checkWin()) {
return;
}
logic.autoplayerTurn();
Expand Down

0 comments on commit fbaeb86

Please sign in to comment.