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

Commit 608469c5 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Release the previous key if multi touch input is started

Change-Id: Ib1205e67e900353976150e5ad58abfc92c3dfc21
parent a0537fb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public class PointerTrackerQueue {
            if (t.isModifier()) {
                oldestPos++;
            } else {
                t.onPhantomUpEvent(t.getLastX(), t.getLastY(), eventTime, false);
                t.onPhantomUpEvent(t.getLastX(), t.getLastY(), eventTime, true);
                queue.remove(oldestPos);
            }
        }