Commit be442a9
committed
[LoginActivity] Fixes a bug that causes the app to crash when trying to login
Previously, when opening the application for the first time and pausing it without setting a master password, the app would crash upon reopening. This was because the app expected a master password that was never set before, causing authentication to fail and leading to a crash.1 parent e555ab9 commit be442a9
File tree
1 file changed
+1
-1
lines changed- app/src/main/java/de/davis/passwordmanager/ui/login
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments