mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-20 06:54:16 +00:00
Fix lock workflow for webdav:
* internally, wait for condition that onExit-Method is exceuted (with timeout) * store and execute onExitAction also for webdav
This commit is contained in:
@@ -83,7 +83,7 @@ public class LockWorkflow extends Task<Void> {
|
||||
@Override
|
||||
protected void succeeded() {
|
||||
LOG.info("Lock of {} succeeded.", vault.getDisplayName());
|
||||
//DO NOT SET VAULT STATE HERE, this is done by the vault internally
|
||||
vault.stateProperty().transition(VaultState.Value.PROCESSING, VaultState.Value.LOCKED);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user