Browse Source

exception not thrown here
[ci skip]

Sebastian Stenzel 5 years ago
parent
commit
7bd610563f

+ 1 - 1
main/ui/src/main/java/org/cryptomator/ui/unlock/UnlockWorkflow.java

@@ -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();