Merge "Make status bar expanding more tightly coupled to finger" into lmp-mr1-dev
This commit is contained in:
@@ -284,7 +284,7 @@ public abstract class PanelView extends FrameLayout {
|
||||
|| mInitialOffsetOnTouch == 0f)) {
|
||||
mTouchSlopExceeded = true;
|
||||
if (waitForTouchSlop && !mTracking) {
|
||||
if (!mJustPeeked) {
|
||||
if (!mJustPeeked && mInitialOffsetOnTouch != 0f) {
|
||||
mInitialOffsetOnTouch = mExpandedHeight;
|
||||
mInitialTouchX = x;
|
||||
mInitialTouchY = y;
|
||||
|
||||
Reference in New Issue
Block a user