mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix checkbox with different styles
This commit is contained in:
parent
80d76f3699
commit
37508fbfd7
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ public class SettingsFragment extends PreferencesListFragment implements EcCalib
|
|||
|
||||
LinphoneCore lc = LinphoneManager.getLcIfManagerNotDestroyedOrNull();
|
||||
for (final PayloadType pt : lc.getAudioCodecs()) {
|
||||
CheckBoxPreference codec = new CheckBoxPreference(LinphoneService.instance());
|
||||
CheckBoxPreference codec = new CheckBoxPreference(getActivity());
|
||||
codec.setTitle(pt.getMime());
|
||||
/* Special case */
|
||||
if (pt.getMime().equals("mpeg4-generic")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue