mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 10:43:39 -04:00
SystemFilesFragment.kt: Removed accidentally committed code which breaks the radio buttons
Accidentally added in 58b2ebd5cd
This commit is contained in:
parent
58b2ebd5cd
commit
c601a5e68a
1 changed files with 0 additions and 3 deletions
|
|
@ -209,7 +209,6 @@ class SystemFilesFragment : Fragment() {
|
|||
textN3ds = getString(R.string.setup_system_files_o3ds_needed)
|
||||
colorN3ds = R.color.citra_primary_yellow
|
||||
|
||||
buttonO3ds.isChecked = true
|
||||
buttonN3ds.isEnabled = false
|
||||
} else {
|
||||
textO3ds = getString(R.string.setup_system_files_completed)
|
||||
|
|
@ -218,11 +217,9 @@ class SystemFilesFragment : Fragment() {
|
|||
if (!setupStateCached!![1]) {
|
||||
textN3ds = getString(R.string.setup_system_files_possible)
|
||||
colorN3ds = R.color.citra_primary_blue
|
||||
buttonN3ds.isChecked = true
|
||||
} else {
|
||||
textN3ds = getString(R.string.setup_system_files_completed)
|
||||
colorN3ds = R.color.citra_primary_green
|
||||
buttonO3ds.isChecked = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue