You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the recent change in error handling for passcode lock (#2722), in which we replaced the snackbars that displayed the error message with a new TextView with the error message (#2722 (comment)), it would be suitable to perform the same changes for pattern lock altough we don't have those visibility problems here, since they are analogous preferences. The cases are the same than for passcode lock:
Case 1
Open Settings > Pattern lock
Enter pattern
In the 2nd try, enter a different pattern
Case 2
Register a pattern correctly
Close the app
Open the app and enter an incorrect pattern
Case 3
Register a pattern correctly
Go to Pattern lock to try to remove the current pattern
Enter an incorrect pattern
TASKS
Create branch feature/pattern_errors
Development tasks
Add a new TextView to the XML file
Replace Snackbar creation by printing a message in the TextView
Due to the recent change in error handling for passcode lock (#2722), in which we replaced the snackbars that displayed the error message with a new TextView with the error message (#2722 (comment)), it would be suitable to perform the same changes for pattern lock altough we don't have those visibility problems here, since they are analogous preferences. The cases are the same than for passcode lock:
Case 1
Case 2
Case 3
TASKS
PR
The text was updated successfully, but these errors were encountered: