mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-10 19:45:48 +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:
@ -57,6 +57,8 @@ public class Keyboard2 extends InputMethodService
|
||||
/** Layout currently visible. */
|
||||
KeyboardData current_layout()
|
||||
{
|
||||
if (_currentSpecialLayout != null)
|
||||
return _currentSpecialLayout;
|
||||
return _config.modify_layout(current_layout_unmodified());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user