zhanghai / PatternLock

Material Design Pattern Lock with auth flow implementation
687 stars 153 forks source link

recurring attempts #6

Closed andrewalken closed 8 years ago

andrewalken commented 8 years ago

is there a way to change it so it doesn't dismiss on an incorrect pattern. i want to be able to keep trying until it's correct

zhanghai commented 8 years ago

It does not finish on wrong pattern - see ConfirmPatternActivity.java#L106.

andrewalken commented 8 years ago

My mistake, Sorry