Update linphone submodule

This commit is contained in:
Gautier Pelloux-Prayer 2014-09-09 12:42:49 +02:00
parent 5a7ef0aab0
commit 40f29d6837
2 changed files with 2 additions and 4 deletions

View file

@ -477,9 +477,7 @@ public class SettingsFragment extends PreferencesListFragment implements EcCalib
@Override
public boolean onPreferenceChange(Preference preference, Object newValue) {
ListPreference listPreference = (ListPreference) preference;
int index = listPreference.findIndexOfValue((String)newValue);
mPrefs.setAdaptiveRateAlgorithm(AdaptiveRateAlgorithm.fromInt(index));
mPrefs.setAdaptiveRateAlgorithm(AdaptiveRateAlgorithm.fromString((String)newValue));
preference.setSummary(String.valueOf(mPrefs.getAdaptiveRateAlgorithm()));
return true;
}

@ -1 +1 @@
Subproject commit 0abc9efadc86737345690e63886f31880286a5ee
Subproject commit b2ae9095d9aecbdd36cb76b5387c9a60d97cc7ef