commit | 670dd819425b44ab4cb7565a322fd21ab6e811f5 | [log] [tgz] |
---|---|---|
author | Mark Wagner <mxw@google.com> | Wed Jan 13 16:17:47 2010 -0800 |
committer | Mark Wagner <mxw@google.com> | Wed Jan 13 16:42:01 2010 -0800 |
tree | 6274a59e65ff8c999b733a51c4e9c11134a526fa | |
parent | 5a2ade33fa21dc866a52005c1bbdb8ba7d768ae9 [diff] |
bugfix endfling case (bug 2300534) When the menu comes up over the activity we call removeCallbacks(mFlingRunnable); The effect of that is that our mTouchMode variable is left dangling in the fling state. This change calls endFling() after removeCallbacks. In the specific bug being addressed we depend on reportScrollStateChange() because we avoid doing requeries while scrolling.