Merge branch 'develop' into feature/vault-format-8

# Conflicts:
#	main/commons/src/main/java/org/cryptomator/common/vaults/Vault.java
This commit is contained in:
Sebastian Stenzel
2021-01-25 21:42:13 +01:00
3 changed files with 7 additions and 27 deletions
@@ -120,6 +120,7 @@ public class Vault {
}
private void destroyCryptoFileSystem(CryptoFileSystem fs) {
LOG.trace("Trying to close associated CryptoFS...");
if (fs != null) {
try {
fs.close();