mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-26 04:32:25 +02:00
Fix the number row showing up on top of pinentry
This wasn't intended and was caused by the "current_layout_unmodified" optimisation.
This commit is contained in:
parent
2aecbca9ac
commit
2db4ae3730
@ -57,6 +57,8 @@ public class Keyboard2 extends InputMethodService
|
|||||||
/** Layout currently visible. */
|
/** Layout currently visible. */
|
||||||
KeyboardData current_layout()
|
KeyboardData current_layout()
|
||||||
{
|
{
|
||||||
|
if (_currentSpecialLayout != null)
|
||||||
|
return _currentSpecialLayout;
|
||||||
return _config.modify_layout(current_layout_unmodified());
|
return _config.modify_layout(current_layout_unmodified());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user