mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Prevent GV2 operations after becoming unregistered.
This commit is contained in:
committed by
Greyson Parrelli
parent
938b24f623
commit
309e33016a
@@ -57,6 +57,10 @@ public final class GroupsV2Authorization {
|
||||
}
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
cache.clear();
|
||||
}
|
||||
|
||||
private static int currentTimeDays() {
|
||||
return (int) TimeUnit.MILLISECONDS.toDays(System.currentTimeMillis());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user