Update StarterNameActivity.kt

This commit is contained in:
adrienmalin 2018-12-08 15:53:29 +01:00
parent 719b0c252c
commit 35f06dc12d

View File

@ -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(