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)
|
if (c == null)
|
||||||
return null;
|
return null;
|
||||||
KeyValue kv = apply(c.kv, c.localized);
|
KeyValue kv = apply(c.kv, c.localized);
|
||||||
if (kv == null)
|
return (kv == null) ? null : new Corner(kv, c.localized);
|
||||||
return null;
|
|
||||||
return Corner.of_kv(kv);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user