Don't hide echo canceller settings
This commit is contained in:
parent
96a7dcf38f
commit
adb1e7791d
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…
Reference in a new issue