mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-06 21:35:46 +01:00
Remove the first PIN reminder interval.
This commit is contained in:
@@ -25,7 +25,6 @@ public class SignalPinReminders {
|
||||
private static final long FOUR_WEEKS = TimeUnit.DAYS.toMillis(28);
|
||||
|
||||
private static final NavigableSet<Long> INTERVALS = new TreeSet<Long>() {{
|
||||
add(ONE_DAY);
|
||||
add(THREE_DAYS);
|
||||
add(ONE_WEEK);
|
||||
add(TWO_WEEKS);
|
||||
|
||||
Reference in New Issue
Block a user