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

Commit e680c722 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #6706369: Sometimes the "App info" popup shows..." into jb-dev

parents c4f7873c 7f3b379e
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -322,6 +322,9 @@ public class SwipeHelper implements Gefingerpoken {
        }
        }


        if (!mDragging) {
        if (!mDragging) {
            // We are not doing anything, make sure the long press callback
            // is not still ticking like a bomb waiting to go off.
            removeLongPressCallback();
            return false;
            return false;
        }
        }