fixing a typo
This commit is contained in:
parent
f0737fa83c
commit
bb3824bef4
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SettingsActivity : SimpleActivity() {
|
|||
setupEmptyRecycleBin()
|
||||
updateTextColors(binding.settingsNestedScrollview)
|
||||
|
||||
arrayOf(binding.settingsColorCustomizationLabel, binding.settingsGeneralSettingsLabel, binding.settingsRecycleBinLabel).forEach {
|
||||
arrayOf(binding.settingsColorCustomizationSectionLabel, binding.settingsGeneralSettingsLabel, binding.settingsRecycleBinLabel).forEach {
|
||||
it.setTextColor(getProperPrimaryColor())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue