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

Commit db072d38 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 am: 06de5e5a

parents b24f605a 06de5e5a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -887,6 +887,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.