Don't preselect any options in library remove manga/downloads dialog (closes #6333)
Since apparently people don't read and either option is considered destructive to different people. (cherry picked from commit cd87c7e88efafd5800b563d51c2ede4a84ad5e4b)
This commit is contained in:
parent
08d022d5e2
commit
5d5df6f502
@ -32,7 +32,7 @@ class DeleteLibraryMangasDialog<T>(bundle: Bundle? = null) :
|
||||
.toTypedArray()
|
||||
|
||||
val selected = items
|
||||
.mapIndexed { i, _ -> i == 0 }
|
||||
.map { false }
|
||||
.toBooleanArray()
|
||||
return MaterialAlertDialogBuilder(activity!!)
|
||||
.setTitle(R.string.action_remove)
|
||||
|
Loading…
x
Reference in New Issue
Block a user