Actions
Bug #389
closedDisplaying the options menu in full screen mode forces display of the status and navigation bars
Start date:
02/22/2019
Due date:
% Done:
0%
Estimated time:
Description
Currently I am resetting the System UI flags when an options item is selected. But there must be some way to keep this from happening in the first place.
Updated by Soren Stoutner over 5 years ago
- Subject changed from Displaying the options menu in full screen mode forces display of the menus to Displaying the options menu in full screen mode forces display of the status and navigation bars
Also displaying any other floating UI element, like a dialog box, has the same effect.
Updated by Soren Stoutner over 5 years ago
- Status changed from New to Closed
- Priority changed from 3.x to Next Release
Fixed in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=06b9b756054fb1de20c5fcbe4eca22bc2a4ff3ee.
This doesn't prevent the status and navigation bars from displaying, but it automatically hides them when the overlay (options menu, dialog box, keyboard) is removed. This is likely as good a solution as I am going to get with the current design of Android.
Actions