Start cursor at end of text on new game
This commit is contained in:
parent
cfca6f52e8
commit
1569071861
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public class MainActivity extends AppCompatActivity
|
|||
|
||||
public void resetGame() {
|
||||
this.guessInput.setText("50");
|
||||
this.guessInput.setSelection(2);
|
||||
this.user = null;
|
||||
this.ng = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue