Fixed
Status Update
Comments
al...@android.com <al...@android.com>
au...@google.com <au...@google.com>
al...@android.com <al...@android.com> #2
We are currently using AGP internal task types to flag memory-intensive tasks to enforce a reduced parallelism at execution time. I've raised this separately (with a lot more detail) as a feature request (
Description
Version used: 25.0.0
Theme used: Theme.AppCompat.Light
Devices/Android versions reproduced on: Nexus 5 Android 6.0.1
When implementing the OnNavigationItemSelectedListener and retuning false from the onNavigationItemSelected method, the menu item is still selected in the UI, as if I returned true.
As per the documentation, returning false should not select the new item and keep the previous one selected.