am aa7a68a3: Remove duplicate code

* commit 'aa7a68a3e0211a9e6c6da20c0f76aace3b3ba011':
  Remove duplicate code
main
Tadashi G. Takaoka 2013-12-23 20:15:51 -08:00 committed by Android Git Automerger
commit 4f76c89fef
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ public final class PointerTracker implements PointerTrackerQueue.Element {
}
}
if (key.altCodeWhileTyping() && sTimerProxy.isTypingState()) {
if (altersCode) {
final int altCode = key.getAltCode();
final Key altKey = mKeyboard.getKey(altCode);
if (altKey != null) {