mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Disable PIN requirement for new registrations.
This commit is contained in:
@@ -26,7 +26,7 @@ class PinsForAllSchedule implements MegaphoneSchedule {
|
||||
|
||||
static boolean shouldDisplayFullScreen(long firstVisible, long currentTime) {
|
||||
return false;
|
||||
// TODO [greyson]
|
||||
// TODO [greyson] [pins] Maybe re-enable if we ever do a blocking flow again
|
||||
// if (pinCreationFailedDuringRegistration()) {
|
||||
// return true;
|
||||
// }
|
||||
@@ -74,6 +74,10 @@ class PinsForAllSchedule implements MegaphoneSchedule {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (SignalStore.kbsValues().hasMigratedToPinsForAll()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return FeatureFlags.pinsForAll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user