-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Show an error message if a Dao error occurs during login (#1235)
Previous code would crash on an SQLiteException. Catch it and convert to a specific error.
- Loading branch information
1 parent
ab95891
commit 353f123
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,6 @@ | |
|
||
<string name="account_manager_error_account_does_not_exist">Account does not exist in local database. This should never happen. If you see this message please send a bug report.</string> | ||
<string name="account_manager_error_no_active_account">no account is marked active</string> | ||
<string name="account_manager_error_dao">Database error, please report this to [email protected]: %1$s</string> | ||
<string name="account_manager_error_unexpected">unexpected error: %1$s</string> | ||
</resources> |