mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-14 10:59:58 +01:00
SystemFilesFragment.kt: Removed accidentally committed code which breaks the radio buttons
Accidentally added in 58b2ebd5cd14eb49ecdd153224e9a07c9c51a423
This commit is contained in:
parent
58b2ebd5cd
commit
c601a5e68a
@ -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…
x
Reference in New Issue
Block a user