We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ff6253 + 5e51477 commit 77bb040Copy full SHA for 77bb040
lib_nbgl/src/nbgl_obj_keypad.c
@@ -248,7 +248,7 @@ static void keypadDrawDigits(nbgl_keypad_t *keypad)
248
#endif // TARGET_APEX
249
nbgl_frontDrawLine(&rectArea, dotStartIdx, LIGHT_GRAY);
250
}
251
- else if (keypad->validateChanged) {
+ else if (keypad->enableValidate && (keypad->digitsChanged || keypad->validateChanged)) {
252
const nbgl_icon_details_t *icon;
253
254
if (keypad->softValidation) {
0 commit comments