mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Display number row in password field
This commit is contained in:
parent
a32f2ff775
commit
4a6f99c977
@ -101,7 +101,7 @@ public final class KeyboardId {
|
||||
? mEditorInfo.actionLabel.toString() : null;
|
||||
mHasShortcutKey = params.mVoiceInputKeyEnabled;
|
||||
mIsSplitLayout = params.mIsSplitLayoutEnabled;
|
||||
mNumberRow = params.mNumberRow;
|
||||
mNumberRow = params.mNumberRow || params.mIsPasswordField;
|
||||
|
||||
mHashCode = computeHashCode(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user