forked from extern/Unexpected-Keyboard
Fix localized keys appearing on secondary layout
This commit is contained in:
parent
51b330c616
commit
b102ad9078
@ -436,9 +436,7 @@ class KeyboardData
|
||||
if (c == null)
|
||||
return null;
|
||||
KeyValue kv = apply(c.kv, c.localized);
|
||||
if (kv == null)
|
||||
return null;
|
||||
return Corner.of_kv(kv);
|
||||
return (kv == null) ? null : new Corner(kv, c.localized);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user