mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-31 10:49:23 +00:00
Fix crash in settings when device has built-in echo canceller.
This commit is contained in:
parent
8660a3df8b
commit
1edf125653
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ public class PreferencesFragment extends PreferencesListFragment implements EcCa
|
|||
}
|
||||
if (Hacks.hasBuiltInEchoCanceller()) {
|
||||
uncheckDisableAndHideCheckbox(R.string.pref_echo_cancellation_key);
|
||||
uncheckDisableAndHideCheckbox(R.string.pref_echo_canceller_calibration_key);
|
||||
findPreference(R.string.pref_echo_canceller_calibration_key).setLayoutResource(R.layout.hidden);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue