mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-21 23:03:11 +01:00
Fix crash with complex keys
This commit is contained in:
parent
9f22e53a3b
commit
a1be402638
@ -245,7 +245,7 @@ public final class KeyValue implements Comparable<KeyValue>
|
|||||||
|
|
||||||
public KeyValue withFlags(int f)
|
public KeyValue withFlags(int f)
|
||||||
{
|
{
|
||||||
return new KeyValue(getString(), (_code & KIND_BITS), (_code & VALUE_BITS), f);
|
return new KeyValue(_payload, (_code & KIND_BITS), (_code & VALUE_BITS), f);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user