Update main view
This commit is contained in:
parent
4439394089
commit
b7869d703e
3 changed files with 1 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
android:key="@string/pref_sipaccounts_key"/>
|
||||
|
||||
<Preference
|
||||
android:title="@string/setup_title"
|
||||
android:title="@string/assistant_title"
|
||||
android:key="@string/setup_key"/>
|
||||
|
||||
<Preference
|
||||
|
|
|
@ -791,7 +791,6 @@ public class LinphoneActivity extends Activity implements OnClickListener, Conta
|
|||
|
||||
public void displaySettings() {
|
||||
changeCurrentFragment(FragmentsAvailable.SETTINGS, null);
|
||||
//settings.setSelected(true);
|
||||
}
|
||||
|
||||
public void applyConfigChangesIfNeeded() {
|
||||
|
|
|
@ -151,10 +151,6 @@ public class SettingsFragment extends PreferencesListFragment {
|
|||
|
||||
// Read the values set in resources and hides the settings accordingly
|
||||
private void hideSettings() {
|
||||
if (!getResources().getBoolean(R.bool.display_about_in_settings)) {
|
||||
hidePreference(R.string.menu_about_key);
|
||||
}
|
||||
|
||||
if (getResources().getBoolean(R.bool.hide_accounts)) {
|
||||
emptyAndHidePreference(R.string.pref_sipaccounts_key);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue