|
@@ -32,7 +32,7 @@ class DeleteLibraryMangasDialog<T>(bundle: Bundle? = null) :
|
|
.toTypedArray()
|
|
.toTypedArray()
|
|
|
|
|
|
val selected = items
|
|
val selected = items
|
|
- .mapIndexed { i, _ -> i == 0 }
|
|
|
|
|
|
+ .map { false }
|
|
.toBooleanArray()
|
|
.toBooleanArray()
|
|
return MaterialAlertDialogBuilder(activity!!)
|
|
return MaterialAlertDialogBuilder(activity!!)
|
|
.setTitle(R.string.action_remove)
|
|
.setTitle(R.string.action_remove)
|