Update dependencies

This commit is contained in:
AsamK 2019-03-23 18:32:31 +01:00
parent 6d5cfa32e2
commit 6f7350d031
4 changed files with 10 additions and 8 deletions

View file

@ -189,9 +189,9 @@ public class Manager implements Signal {
accountManager = new SignalServiceAccountManager(BaseConfig.serviceConfiguration, account.getUsername(), account.getPassword(), BaseConfig.USER_AGENT, timer);
if (voiceVerification) {
accountManager.requestVoiceVerificationCode(Locale.getDefault());
accountManager.requestVoiceVerificationCode(Locale.getDefault(), Optional.<String>absent());
} else {
accountManager.requestSmsVerificationCode(false);
accountManager.requestSmsVerificationCode(false, Optional.<String>absent());
}
account.setRegistered(false);