kopia lustrzana https://github.com/ryukoposting/Signal-Android
Serialize RotateSignedPreKeyJob.
rodzic
1a32bc8232
commit
7f85b61e89
|
@ -29,6 +29,7 @@ public class RotateSignedPreKeyJob extends BaseJob implements InjectableType {
|
||||||
|
|
||||||
public RotateSignedPreKeyJob() {
|
public RotateSignedPreKeyJob() {
|
||||||
this(new Job.Parameters.Builder()
|
this(new Job.Parameters.Builder()
|
||||||
|
.setQueue("RotateSignedPreKeyJob")
|
||||||
.addConstraint(NetworkConstraint.KEY)
|
.addConstraint(NetworkConstraint.KEY)
|
||||||
.setMaxAttempts(5)
|
.setMaxAttempts(5)
|
||||||
.build());
|
.build());
|
||||||
|
|
Ładowanie…
Reference in New Issue