Skip to content

Commit da08cc8

Browse files
Fix missing letter in NBGL keyboard for Nano
1 parent 5d7af1c commit da08cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib_nbgl/src/nbgl_obj_keyboard_nanos.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ static void keyboardDrawRegular(nbgl_keyboard_t *keyboard)
269269
charIndex = maxLen - 1;
270270
}
271271
}
272+
keysToDraw[0] = keys[charIndex];
272273

273274
// mode is defined, so draw the proper 3 letters (or icons)
274275
for (i = 0; i < 3; i++) {

0 commit comments

Comments
 (0)