mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
fixing a typo
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user