Update libsignal-service-java

This commit is contained in:
AsamK 2018-12-12 22:21:49 +01:00
parent ea8f7e7528
commit fd550d6088
2 changed files with 2 additions and 2 deletions

View file

@ -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();