Update bctoolbox
This commit is contained in:
parent
04c0ee4878
commit
6a6cd2c519
2 changed files with 3 additions and 5 deletions
|
@ -113,8 +113,7 @@ private static AssistantActivity instance;
|
||||||
if (state == RegistrationState.RegistrationOk) {
|
if (state == RegistrationState.RegistrationOk) {
|
||||||
if (progress != null) progress.dismiss();
|
if (progress != null) progress.dismiss();
|
||||||
if (LinphoneManager.getLc().getDefaultProxyConfig() != null) {
|
if (LinphoneManager.getLc().getDefaultProxyConfig() != null) {
|
||||||
if (!launchEchoCancellerCalibration(true))
|
launchEchoCancellerCalibration(true);
|
||||||
launchDownloadCodec();
|
|
||||||
}
|
}
|
||||||
} else if (state == RegistrationState.RegistrationFailed) {
|
} else if (state == RegistrationState.RegistrationFailed) {
|
||||||
if (progress != null) progress.dismiss();
|
if (progress != null) progress.dismiss();
|
||||||
|
@ -494,8 +493,7 @@ private static AssistantActivity instance;
|
||||||
|
|
||||||
public void isAccountVerified(String username) {
|
public void isAccountVerified(String username) {
|
||||||
Toast.makeText(this, getString(R.string.assistant_account_validated), Toast.LENGTH_LONG).show();
|
Toast.makeText(this, getString(R.string.assistant_account_validated), Toast.LENGTH_LONG).show();
|
||||||
if(!launchEchoCancellerCalibration(true))
|
launchEchoCancellerCalibration(true);
|
||||||
launchDownloadCodec(); // Echo canceller cancel
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void isEchoCalibrationFinished() {
|
public void isEchoCalibrationFinished() {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1af41d70117131d2361b8c41ac7009f9e6ae672a
|
Subproject commit 381df01040121f427c5d1a533cee017be033487a
|
Loading…
Reference in a new issue