Update bctoolbox

This commit is contained in:
Erwan Croze 2016-06-30 13:46:31 +02:00
parent 04c0ee4878
commit 6a6cd2c519
2 changed files with 3 additions and 5 deletions

View file

@ -113,8 +113,7 @@ private static AssistantActivity instance;
if (state == RegistrationState.RegistrationOk) {
if (progress != null) progress.dismiss();
if (LinphoneManager.getLc().getDefaultProxyConfig() != null) {
if (!launchEchoCancellerCalibration(true))
launchDownloadCodec();
launchEchoCancellerCalibration(true);
}
} else if (state == RegistrationState.RegistrationFailed) {
if (progress != null) progress.dismiss();
@ -494,8 +493,7 @@ private static AssistantActivity instance;
public void isAccountVerified(String username) {
Toast.makeText(this, getString(R.string.assistant_account_validated), Toast.LENGTH_LONG).show();
if(!launchEchoCancellerCalibration(true))
launchDownloadCodec(); // Echo canceller cancel
launchEchoCancellerCalibration(true);
}
public void isEchoCalibrationFinished() {

@ -1 +1 @@
Subproject commit 1af41d70117131d2361b8c41ac7009f9e6ae672a
Subproject commit 381df01040121f427c5d1a533cee017be033487a