Show the wrong PIN Attempt count on the login screen
What's new
- It now shows how often you entered the wrong PIN when the flipper is locked
Verification
- Just enter the wrong PIN and the counter should increase
Checklist (For Reviewer)
- [ ] PR has description of feature/bug or link to Confluence/Jira task
- [ ] Description contains actions to verify feature/bugfix
- [ ] I've built this code, uploaded it to the device and verified feature/bugfix
@FireFly7386 you will need review from our UI?UX team first.
@Karator FYI
Thanks for the interesting idea!
It would be better if the text of the attempts were displayed centered at the bottom of the screen, like this:
Isn't there the OK button or do you mean to show the attempts if it is currently hidden?
The Text is now down here:
And if you input an arrow it disappers so it doesn´t overlap with any other texts:
It only updates the text on the DesktopPinInputEventResetWrongPinLabel event at the moment, should i make it update at the DesktopPinInputEventUnlockFailed event or are you fine with that?
I'd say that this thing behaves quite strange. @Karator you'd want to see it.
Are you talking about that even tough attempts = 0 it sometimes executes the if block anyways? Currently trying to figure out why.
did that fix the wierd behavior you were talking about?