Dialog content has changed follow font
This commit is contained in:
parent
038e872e7a
commit
c6c89e9b9e
36 changed files with 161 additions and 87 deletions
|
@ -63,7 +63,7 @@ class BlacklistPreferenceDialog : DialogFragment(), BlacklistFolderChooserDialog
|
|||
chooserDialog?.setCallback(this)
|
||||
refreshBlacklistData()
|
||||
return materialDialog(R.string.blacklist)
|
||||
.setPositiveButton(android.R.string.ok) { _, _ ->
|
||||
.setPositiveButton(R.string.done) { _, _ ->
|
||||
dismiss()
|
||||
}
|
||||
.setNeutralButton(R.string.clear_action) { _, _ ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue