hide the notification sound picker in the app settings on Android 8+
This commit is contained in:
parent
d965b35998
commit
39db1e0120
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ class SettingsActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
private fun setupReminderSound() {
|
||||
settings_reminder_sound_holder.beGoneIf(isOreoPlus())
|
||||
settings_reminder_sound.text = config.reminderSoundTitle
|
||||
|
||||
settings_reminder_sound_holder.setOnClickListener {
|
||||
|
|
Loading…
Reference in a new issue