mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update libsignal-service-java
This commit is contained in:
parent
ea8f7e7528
commit
fd550d6088
2 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ public class Manager implements Signal {
|
|||
accountManager = new SignalServiceAccountManager(BaseConfig.serviceConfiguration, account.getUsername(), account.getPassword(), BaseConfig.USER_AGENT, timer);
|
||||
|
||||
if (voiceVerification)
|
||||
accountManager.requestVoiceVerificationCode();
|
||||
accountManager.requestVoiceVerificationCode(Locale.getDefault());
|
||||
else
|
||||
accountManager.requestSmsVerificationCode();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue