commit | 847be7445e15851c460bf381d7083c443d8d6144 | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Tue Dec 11 15:41:17 2012 -0800 |
committer | Adam Powell <adamp@android.com> | Tue Dec 11 15:56:10 2012 -0800 |
tree | 3f81ff3f40062cf8024d3652e48bdfb33e65a991 | |
parent | 7419905676db3cecb011d7e63a0eb64421e02b55 [diff] |
Fix regression in ListView click handling Regression caused by patch a607223f34 If an item click handler results in the ListView becoming detached from the window, the performClick runnable could be executed twice. Null out the mTouchModeReset runnable before running the click handler so that it is not run by the detach handler. Change-Id: I2fab60232027bb4876f9912088e0ffb9b17d308c