mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove duplicate code
Change-Id: Ia33ea2dc4bb063ec5bf282c656ccc1f11ac967fe
This commit is contained in:
parent
07f7536b04
commit
aa7a68a3e0
@ -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