mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user