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

Commit 06de5e5a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix array index out of bounds exception problem." into main am: a30594a1

parents 0429010a a30594a1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -895,6 +895,9 @@ public class TouchExplorer extends BaseEventStreamTransformation
                    mSendHoverEnterAndMoveDelayed.cancel();
                    mSendHoverExitDelayed.cancel();
                }
                if (pointerIndex < 0) {
                    return;
                }
                // If the user is touch exploring the second pointer may be
                // performing a double tap to activate an item without need
                // for the user to lift their exploring finger.