mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-21 06:36:01 +00:00
remove another convinience method from vault class
This commit is contained in:
@@ -192,10 +192,6 @@ public class Vault {
|
|||||||
volume.reveal(vaultRevealer);
|
volume.reveal(vaultRevealer);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reloadConfig() throws IOException {
|
|
||||||
configCache.reloadConfig();
|
|
||||||
}
|
|
||||||
|
|
||||||
// ******************************************************************************
|
// ******************************************************************************
|
||||||
// Observable Properties
|
// Observable Properties
|
||||||
// *******************************************************************************
|
// *******************************************************************************
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ public class VaultListManager {
|
|||||||
try {
|
try {
|
||||||
var determinedState = determineVaultState(vault.getPath());
|
var determinedState = determineVaultState(vault.getPath());
|
||||||
if (determinedState == LOCKED) {
|
if (determinedState == LOCKED) {
|
||||||
vault.reloadConfig();
|
vault.getVaultConfigCache().reloadConfig();
|
||||||
}
|
}
|
||||||
state.set(determinedState);
|
state.set(determinedState);
|
||||||
yield determinedState;
|
yield determinedState;
|
||||||
|
|||||||
Reference in New Issue
Block a user