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

Commit a30594a1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents b073144d e39304db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -901,6 +901,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.