mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-24 11:58:32 -06: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
@ -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…
Reference in New Issue
Block a user