Skip to content

Commit

Permalink
Fix crash for multitouch on popup keyboard.
Browse files Browse the repository at this point in the history
Patch provided by host127001, thank you!

See https://code.google.com/p/hackerskeyboard/issues/detail?id=380
  • Loading branch information
klausw committed Apr 21, 2015
1 parent 14532f0 commit 75d0cf8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ public void releaseAllPointersOlderThan(PointerTracker tracker, long eventTime)
t.setAlreadyProcessed();
queue.remove(oldestPos);
}
if (queue.isEmpty()) return;
}
}

Expand Down

0 comments on commit 75d0cf8

Please sign in to comment.