Fixed
Status Update
Comments
al...@android.com <al...@android.com>
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #2
Hello,
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs
and request features
on Google Cloud products. Please go through
I recommend you to
For now, I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you!
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.