Fixed
Status Update
Comments
al...@android.com <al...@android.com>
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.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: 23.1.1 (but could be reproduced on 23.2.1 as well)
Theme used: Theme.AppCompat.Light.DarkActionBar
Devices/Android versions reproduced on:
- Samsung Galaxy S5 mini DUOS G800H (Android 4.4.2)
- Samsung GT-I9190 (Android 4,4,2)
Double click on Spinner produces two dropdowns: top - AppCompatSpinner, bottom - Spinner
Problem is inside implementation of method - public boolean performClick()
Have implemented fixed version using as base - AppCompatSpinner.java.
You could find examples in attached project.