parent
fd6a02a841
commit
1f941df65a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
public enum KeepMessagesDuration {
|
public enum KeepMessagesDuration {
|
||||||
FOREVER(0, R.string.preferences_storage__forever, Long.MAX_VALUE),
|
FOREVER(0, R.string.preferences_storage__forever, Long.MAX_VALUE),
|
||||||
ONE_YEAR(1, R.string.preferences_storage__one_year, TimeUnit.DAYS.toMillis(366)),
|
ONE_YEAR(1, R.string.preferences_storage__one_year, TimeUnit.DAYS.toMillis(367)),
|
||||||
SIX_MONTHS(2, R.string.preferences_storage__six_months, TimeUnit.DAYS.toMillis(183)),
|
SIX_MONTHS(2, R.string.preferences_storage__six_months, TimeUnit.DAYS.toMillis(183)),
|
||||||
THIRTY_DAYS(3, R.string.preferences_storage__thirty_days, TimeUnit.DAYS.toMillis(30));
|
THIRTY_DAYS(3, R.string.preferences_storage__thirty_days, TimeUnit.DAYS.toMillis(30));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue