Fix crash in settings when device has built-in echo canceller.

This commit is contained in:
Ghislain MARY 2012-10-16 12:39:43 +02:00
parent cde0242f50
commit 0832c6659c

View file

@ -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);
}