mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Fix some PinState bugs.
This commit is contained in:
@@ -194,6 +194,7 @@ public final class FeatureFlags {
|
||||
public static boolean pinsForAll() {
|
||||
return SignalStore.registrationValues().pinWasRequiredAtRegistration() ||
|
||||
SignalStore.kbsValues().isV2RegistrationLockEnabled() ||
|
||||
SignalStore.kbsValues().hasPin() ||
|
||||
pinsForAllMandatory() ||
|
||||
getValue(PINS_FOR_ALL_LEGACY, false) ||
|
||||
getValue(PINS_FOR_ALL, false);
|
||||
|
||||
Reference in New Issue
Block a user