Feature #1263
closedNavigation drawer not opening to the top item
0%
Description
Issue; The hamburger menu on the left no longer opens to the top item, (Clear and exit), but rather to the item below, (Home).
Expected behavior; What it used to do, open to the top menu item, (Clear and exit).
Running;
GrapheneOS
Android 14
Updated by Soren Stoutner about 20 hours ago
- Subject changed from Hamburger menu not opening to top item to Navigation drawer not opening to the top item
- Assignee changed from pete . to Soren Stoutner
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner about 14 hours ago
- Status changed from New to Closed
This problem manifests on API < 35 (Android < 15) if the screen is too small to contain the entire navigation drawer (which happens on smaller phones or if the font is large).
It was introduced with the switch to target API 35 in the 3.19 release. It does not affect devices running API 35.
Likely this is something Google will fix with an update to the AppCompat libraries. But until then, I have set the navigation drawer to scroll to the top on first open on API < 35 when the app bar is on the top. There is a visible scroll animation on affected devices, which is suboptimal, but is workable.
Fixed in commit: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=85d9d87c19446497e5bf040ccbc7a9db5e4bd191;ds=sidebyside