Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 53bf446d authored by Fahim M. Choudhury's avatar Fahim M. Choudhury
Browse files

refactor: Change Calendar's default event syncing time from 90 days to 1 year

parent 3bae1fae
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ class AccountSettings(
         * - 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.