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

Commit a3ecfe6b 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

am: 2e61103c

Change-Id: Iba79909cfb5f2dc2770b6d7086c061d125ee0888
parents d986cfd6 2e61103c
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;