change the default week end to 23:00
This commit is contained in:
parent
d8b0a29905
commit
3fc8f0fc62
|
@ -26,7 +26,7 @@ class Config(context: Context) : BaseConfig(context) {
|
|||
set(startWeeklyAt) = prefs.edit().putInt(START_WEEKLY_AT, startWeeklyAt).apply()
|
||||
|
||||
var endWeeklyAt: Int
|
||||
get() = prefs.getInt(END_WEEKLY_AT, 24)
|
||||
get() = prefs.getInt(END_WEEKLY_AT, 23)
|
||||
set(endWeeklyAt) = prefs.edit().putInt(END_WEEKLY_AT, endWeeklyAt).apply()
|
||||
|
||||
var vibrateOnReminder: Boolean
|
||||
|
|
Loading…
Reference in New Issue