mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-22 18:46:53 -04:00
Catch UnlockCancelled exception during unlock of health check
This commit is contained in:
@@ -74,7 +74,7 @@ public class StartController implements FxController {
|
||||
assert unverifiedVaultConfig.get() != null;
|
||||
try {
|
||||
keyLoadingStrategy.use(this::verifyVaultConfig);
|
||||
} catch (VaultConfigLoadException e) {
|
||||
} catch (VaultConfigLoadException | UnlockCancelledException e) {
|
||||
throw new LoadingFailedException(e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user