mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Add Pins for All Megaphone Kill Switch.
This commit is contained in:
committed by
Greyson Parrelli
parent
5e83206e6e
commit
e1b75c78ab
@@ -32,7 +32,7 @@ public final class RegistrationValues {
|
||||
}
|
||||
|
||||
@CheckResult
|
||||
public synchronized boolean isPinRequired() {
|
||||
public synchronized boolean pinWasRequiredAtRegistration() {
|
||||
return store.getBoolean(PIN_REQUIRED, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user