Remove pins4all feature flag.

This commit is contained in:
Greyson Parrelli
2020-06-05 19:32:10 -04:00
parent 9981e5ca76
commit ac93d81032
9 changed files with 10 additions and 392 deletions

View File

@@ -68,7 +68,7 @@ class PinsForAllSchedule implements MegaphoneSchedule {
return false;
}
return FeatureFlags.pinsForAll();
return true;
}
private static boolean pinCreationFailedDuringRegistration() {

View File

@@ -13,10 +13,6 @@ final class SignalPinReminderSchedule implements MegaphoneSchedule {
return false;
}
if (!FeatureFlags.pinsForAll()) {
return false;
}
if (!SignalStore.pinValues().arePinRemindersEnabled()) {
return false;
}