mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Removed code added not necessary
This commit is contained in:
parent
31feeb9ff3
commit
e57c9947a6
1 changed files with 2 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ public class SettingsFragment extends PreferencesListFragment {
|
|||
public boolean onPreferenceChange(Preference preference, Object newValue) {
|
||||
boolean enable = (Boolean) newValue;
|
||||
pt.enable(enable);
|
||||
((CheckBoxPreference)preference).setChecked(enable);
|
||||
//((CheckBoxPreference)preference).setChecked(enable);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
@ -751,6 +751,7 @@ public class SettingsFragment extends PreferencesListFragment {
|
|||
}
|
||||
}
|
||||
pt.enable(enable);
|
||||
//((CheckBoxPreference)preference).setChecked(enable);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue