Update StarterNameActivity.kt
This commit is contained in:
parent
719b0c252c
commit
35f06dc12d
@ -60,13 +60,15 @@ class StarterNameActivity : AppCompatActivity() {
|
||||
player1NameInput?.apply {
|
||||
setText(
|
||||
getString("previousPlayer2", getString(R.string.player_1_default_name)),
|
||||
TextView.BufferType.EDITABLE)
|
||||
TextView.BufferType.EDITABLE
|
||||
)
|
||||
setAdapter(adapter)
|
||||
}
|
||||
player2NameInput?.apply{
|
||||
setText(
|
||||
getString("previousPlayer1", getString(R.string.player_2_default_name)),
|
||||
TextView.BufferType.EDITABLE)
|
||||
TextView.BufferType.EDITABLE
|
||||
)
|
||||
setAdapter(adapter)
|
||||
}
|
||||
starterRadioGroup?.check(
|
||||
|
Loading…
x
Reference in New Issue
Block a user