mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-19 13:46:04 +00:00
exception not thrown here
[ci skip]
This commit is contained in:
@@ -119,7 +119,7 @@ public class UnlockWorkflow extends Task<Boolean> {
|
||||
return passwordEntryLock.awaitInteraction();
|
||||
}
|
||||
|
||||
private void handleSuccess() throws Volume.VolumeException {
|
||||
private void handleSuccess() {
|
||||
LOG.info("Unlock of '{}' succeeded.", vault.getDisplayableName());
|
||||
if (savePassword.get()) {
|
||||
savePasswordToSystemkeychain();
|
||||
|
||||
Reference in New Issue
Block a user