Improve network reliability when setting PINs.

This commit is contained in:
Greyson Parrelli
2020-02-07 01:06:41 -05:00
parent cbd7160e23
commit 38e4733433
4 changed files with 24 additions and 20 deletions

View File

@@ -58,10 +58,6 @@ class PinsForAllSchedule implements MegaphoneSchedule {
}
private static boolean isEnabled() {
if (CensorshipUtil.isCensored(ApplicationDependencies.getApplication())) {
return false;
}
if (FeatureFlags.pinsForAllMegaphoneKillSwitch()) {
return false;
}