Fixed options top bar not being hidden all the time

This commit is contained in:
Sylvain Berfini 2016-07-20 14:43:27 +02:00
parent 7a539b6496
commit 1790426ba7

View file

@ -1133,4 +1133,10 @@ public class SettingsFragment extends PreferencesListFragment {
}
}
@Override
public void onPause() {
LinphoneActivity.instance().hideTopBar();
super.onPause();
}
}