mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Workaround for unability to uncheck any checked payload type in UI (problem appeared in this branch, master is fine, and when debugger is running it doesn't happen)...
This commit is contained in:
parent
38c65f61c3
commit
c8bb4e98b9
1 changed files with 2 additions and 2 deletions
|
|
@ -535,7 +535,7 @@ public class SettingsFragment extends PreferencesListFragment {
|
|||
}
|
||||
|
||||
codec.setSummary(pt.getClockRate() + " Hz");
|
||||
codec.setChecked(pt.enabled());
|
||||
codec.setDefaultValue(pt.enabled());
|
||||
|
||||
codec.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {
|
||||
@Override
|
||||
|
|
@ -717,7 +717,7 @@ public class SettingsFragment extends PreferencesListFragment {
|
|||
codec.setTitle("OpenH264");
|
||||
}
|
||||
}
|
||||
codec.setChecked(pt.enabled());
|
||||
codec.setDefaultValue(pt.enabled());
|
||||
|
||||
codec.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue