Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e61103c authored by Dong-wan Kim's avatar Dong-wan Kim Committed by android-build-merger
Browse files

Fix DismissView cannot be clicked sometimes after boot

am: b926666a

Change-Id: I1f9a91b04dfc7b1bbaff3243e383c6b26dd4dcf4
parents 4d590a91 b926666a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;