Commit 13061c7
committed
[CreatePasswordActivity] Resolved Password Strength Estimation Glitch
Corrected a flaw in `CreatePasswordActivity` where password strength wasn't always calculated for automatically inserted passwords until the user altered the input. This fix ensures reliable and immediate strength assessment for all entered passwords, enhancing security feedback for users.1 parent 7656f17 commit 13061c7
File tree
1 file changed
+1
-4
lines changed- app/src/main/java/de/davis/passwordmanager/ui/elements/password
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
0 commit comments