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

Commit 67fdb6d5 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

am: a3ecfe6b

Change-Id: Ibb0c01a92857dd21a995e250fa8af0094c49e8a4
parents 645d1de7 a3ecfe6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,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;