mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-22 05:48:32 +00:00
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()) {
|
if (!LinphoneManager.getLc().isTunnelAvailable()) {
|
||||||
emptyAndHidePreference(R.string.pref_tunnel_key);
|
emptyAndHidePreference(R.string.pref_tunnel_key);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue