mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Update main view
This commit is contained in:
parent
2b74a15268
commit
0db19cefb9
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…
Add table
Reference in a new issue