-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usbstorage: improve handling when vfs mounting error occurs
Do not try to show error from event handling task as gui is already being managed in main loop, rather set a state flag to indicate the errored state and show the error from the outer loop. Also call to unmount usb in the error case, as may have been a partial install/mount that needs cleaning up.
- Loading branch information
1 parent
975acc4
commit d493c9b
Showing
2 changed files
with
45 additions
and
40 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