Translate tag by default

This commit is contained in:
tom5079
2020-10-15 14:29:22 +09:00
parent fb9dea5d1e
commit b939e9424d
6 changed files with 11 additions and 12 deletions

View File

@@ -124,7 +124,7 @@ class SettingsFragment :
this ?: return false
when (key) {
"tag_language" -> {
"tag_translation" -> {
updateTranslations()
}
"nomedia" -> {
@@ -247,7 +247,7 @@ class SettingsFragment :
onPreferenceClickListener = this@SettingsFragment
}
"tag_language" -> {
"tag_translation" -> {
this as ListPreference
isEnabled = false