We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f5454 commit db1e20eCopy full SHA for db1e20e
1 file changed
app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Config.kt
@@ -115,7 +115,7 @@ class Config(context: Context) : BaseConfig(context) {
115
set(lastUsedLocalEventTypeId) = prefs.edit().putLong(LAST_USED_LOCAL_EVENT_TYPE_ID, lastUsedLocalEventTypeId).apply()
116
117
var reminderAudioStream: Int
118
- get() = prefs.getInt(REMINDER_AUDIO_STREAM, AudioManager.STREAM_ALARM)
+ get() = prefs.getInt(REMINDER_AUDIO_STREAM, AudioManager.STREAM_NOTIFICATION)
119
set(reminderAudioStream) = prefs.edit().putInt(REMINDER_AUDIO_STREAM, reminderAudioStream).apply()
120
121
var replaceDescription: Boolean
0 commit comments