mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Replace prekey jobs with one overall sync job.
This commit is contained in:
@@ -15,6 +15,10 @@ public class PreKeyStatus {
|
||||
|
||||
public PreKeyStatus() {}
|
||||
|
||||
public PreKeyStatus(int count) {
|
||||
this.count = count;
|
||||
}
|
||||
|
||||
public int getCount() {
|
||||
return count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user