-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `restoreId` was throwing a `ClassCastException`, which is not one that we were handling in the try/catch. Instead of trying to catch all possible errors and ignoring them, just add them to the feedback list. * Add an explicit note to the user that continuing with the project may cause data loss and attention is needed. It would probably be better to have a popup dialog because of how serious this is, but I don't want to stick a dialog deep in the stack here. I will probably revisit this and place a dialog elsewhere, after passing up a signal that the project appears corrupted. * Change many error feedback messages to be shown with the error styling
- Loading branch information
1 parent
014c6ab
commit c109256
Showing
3 changed files
with
48 additions
and
30 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