Display number row in password field

This commit is contained in:
Aleksandras Kostarevas 2024-07-07 20:06:28 +03:00
parent a32f2ff775
commit 4a6f99c977

View File

@ -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);
}