|
@@ -151,6 +151,7 @@ class DownloadWizardSlotSelectFragment : DownloadWizardActivity.DownloadWizardSt
|
|
|
@Suppress("UNUSED_PARAMETER")
|
|
@Suppress("UNUSED_PARAMETER")
|
|
|
fun onSelect(view: View) {
|
|
fun onSelect(view: View) {
|
|
|
if (curIdx < 0) return
|
|
if (curIdx < 0) return
|
|
|
|
|
+ checkBox.isChecked = true
|
|
|
if (adapter.currentSelectedIdx == curIdx) return
|
|
if (adapter.currentSelectedIdx == curIdx) return
|
|
|
val lastIdx = adapter.currentSelectedIdx
|
|
val lastIdx = adapter.currentSelectedIdx
|
|
|
adapter.currentSelectedIdx = curIdx
|
|
adapter.currentSelectedIdx = curIdx
|