mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
Don't hide echo canceller settings
This commit is contained in:
parent
b889c140eb
commit
a71a835a53
1 changed files with 0 additions and 5 deletions
|
|
@ -153,11 +153,6 @@ public class SettingsFragment extends PreferencesListFragment implements EcCalib
|
|||
}
|
||||
}
|
||||
|
||||
if (!LinphoneManager.getLc().needsEchoCalibration()) {
|
||||
uncheckAndHidePreference(R.string.pref_echo_cancellation_key);
|
||||
hidePreference(R.string.pref_echo_canceller_calibration_key);
|
||||
}
|
||||
|
||||
if (!LinphoneManager.getLc().isTunnelAvailable()) {
|
||||
emptyAndHidePreference(R.string.pref_tunnel_key);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue