mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am aa7a68a3: Remove duplicate code
* commit 'aa7a68a3e0211a9e6c6da20c0f76aace3b3ba011': Remove duplicate code
This commit is contained in:
commit
4f76c89fef
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user