parent
3fa11d9931
commit
004a87eba9
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ public class SmsSendJob extends SendJob {
|
|||
JobParameters.Builder builder = JobParameters.newBuilder()
|
||||
.withPersistence()
|
||||
.withRequirement(new MasterSecretRequirement(context))
|
||||
.withRetryCount(15)
|
||||
.withGroupId(name);
|
||||
|
||||
if (TextSecurePreferences.isWifiSmsEnabled(context)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue