Display topbar in account preference
This commit is contained in:
parent
30620d5f9e
commit
b4266c94fe
1 changed files with 10 additions and 1 deletions
|
@ -436,7 +436,16 @@ public class AccountPreferencesFragment extends PreferencesListFragment {
|
|||
values.toArray(contents);
|
||||
pref.setEntryValues(contents);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
|
||||
if (LinphoneActivity.isInstanciated()) {
|
||||
LinphoneActivity.instance().selectMenu(FragmentsAvailable.SETTINGS);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPause() {
|
||||
super.onPause();
|
||||
|
|
Loading…
Reference in a new issue