Update libsignal

This commit is contained in:
AsamK
2020-12-21 10:25:36 +01:00
parent b4311c7b76
commit 644aacf595
9 changed files with 72 additions and 46 deletions

View File

@@ -70,7 +70,7 @@ public class RegistrationManager implements Closeable {
account.getUsername(),
account.getPassword(),
account.getSignalingKey(),
SignalServiceAddress.DEFAULT_DEVICE_ID), userAgent, null, timer);
SignalServiceAddress.DEFAULT_DEVICE_ID), userAgent, null, ServiceConfig.AUTOMATIC_NETWORK_RETRY, timer);
final KeyBackupService keyBackupService = ServiceConfig.createKeyBackupService(accountManager);
this.pinHelper = new PinHelper(keyBackupService);
}