Actions
Bug #28
closedThe NavigationItemSelectedListener is sometimes garbage collected
Start date:
06/15/2016
Due date:
% Done:
0%
Estimated time:
Description
The NavigationItemSelectedListener is somestimes garbage collected, causing taps to the navigation menu to do nothing.
Updated by Soren Stoutner over 8 years ago
This can be replicated by switching to full-screen mode while watching a video and then using the back button (instead of other on-screen controls) to exit full-screen mode.
Updated by Soren Stoutner over 8 years ago
- Status changed from New to Closed
Turns out it wasn't being garbage collected. It was just being covered by an invisible `FrameLayout`. Fixing the order in the XML file resolves the issue.
Fixed in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b8cd7cadd09a5336f1d34eb4a7d5b0a8330a0971
Updated by Soren Stoutner over 5 years ago
- Priority changed from 2 to Next Release
Actions