Fix DismissView cannot be clicked sometimes after boot
am: b926666a76
Change-Id: I1f9a91b04dfc7b1bbaff3243e383c6b26dd4dcf4
This commit is contained in:
@@ -130,7 +130,7 @@ public class NotificationStackScrollLayout extends ViewGroup
|
||||
private boolean mIsBeingDragged;
|
||||
private int mLastMotionY;
|
||||
private int mDownX;
|
||||
private int mActivePointerId;
|
||||
private int mActivePointerId = INVALID_POINTER;
|
||||
private boolean mTouchIsClick;
|
||||
private float mInitialTouchX;
|
||||
private float mInitialTouchY;
|
||||
|
||||
Reference in New Issue
Block a user