Loading app/src/main/kotlin/at/bitfire/davdroid/settings/AccountSettings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ class AccountSettings @AssistedInject constructor( * - n>0: entries more than n days in the past won't be synchronized */ const val KEY_TIME_RANGE_PAST_DAYS = "time_range_past_days" const val DEFAULT_TIME_RANGE_PAST_DAYS = 90 const val DEFAULT_TIME_RANGE_PAST_DAYS = 365 /** * Whether a default alarm shall be assigned to received events/tasks which don't have an alarm. Loading Loading
app/src/main/kotlin/at/bitfire/davdroid/settings/AccountSettings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ class AccountSettings @AssistedInject constructor( * - n>0: entries more than n days in the past won't be synchronized */ const val KEY_TIME_RANGE_PAST_DAYS = "time_range_past_days" const val DEFAULT_TIME_RANGE_PAST_DAYS = 90 const val DEFAULT_TIME_RANGE_PAST_DAYS = 365 /** * Whether a default alarm shall be assigned to received events/tasks which don't have an alarm. Loading