Add Pins for All Megaphone Kill Switch.

This commit is contained in:
Alex Hart
2020-01-31 10:50:43 -04:00
committed by Greyson Parrelli
parent 5e83206e6e
commit e1b75c78ab
3 changed files with 25 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ public final class RegistrationValues {
}
@CheckResult
public synchronized boolean isPinRequired() {
public synchronized boolean pinWasRequiredAtRegistration() {
return store.getBoolean(PIN_REQUIRED, false);
}