mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
cleanup
This commit is contained in:
@@ -192,7 +192,7 @@ public class Vault {
|
||||
mountHandle.mountObj().close();
|
||||
mountHandle.specialCleanup().run();
|
||||
} finally {
|
||||
removeFromSidebar();
|
||||
removeFromQuickAccess();
|
||||
destroyCryptoFileSystem();
|
||||
}
|
||||
|
||||
@@ -231,9 +231,9 @@ public class Vault {
|
||||
}
|
||||
}
|
||||
|
||||
private synchronized void removeFromSidebar() {
|
||||
private synchronized void removeFromQuickAccess() {
|
||||
if (quickAccessEntry.get() == null) {
|
||||
LOG.info("Removing vault from quick access area: Entry not found, nothing to do.");
|
||||
LOG.debug("Removing vault from quick access area: Entry not found, nothing to do.");
|
||||
return;
|
||||
}
|
||||
removeFromSidebarInternal();
|
||||
|
||||
Reference in New Issue
Block a user