Fixed options top bar not being hidden all the time
This commit is contained in:
parent
7a539b6496
commit
1790426ba7
1 changed files with 6 additions and 0 deletions
|
@ -1133,4 +1133,10 @@ public class SettingsFragment extends PreferencesListFragment {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPause() {
|
||||
LinphoneActivity.instance().hideTopBar();
|
||||
super.onPause();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue