Skip to content

Commit

Permalink
Feat: removed OnUpdate for CreateGameView
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 25, 2026
1 parent 5e9017c commit e2a84b6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,6 @@ protected void initStyling() {
createGameButton.setDisable(true);
}

/** {@inheritDoc} */
@Override
public void onUpdate() {
resetFields();
}

/**
* Refreshes the highlight on the two stock-source buttons so the
* currently-active choice stands out from the inactive one.
Expand Down

0 comments on commit e2a84b6

Please sign in to comment.