mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
rename internal method
This commit is contained in:
@@ -236,10 +236,10 @@ public class Vault {
|
||||
LOG.debug("Removing vault from quick access area: Entry not found, nothing to do.");
|
||||
return;
|
||||
}
|
||||
removeFromSidebarInternal();
|
||||
removeFromQuickAccessInternal();
|
||||
}
|
||||
|
||||
private void removeFromSidebarInternal() {
|
||||
private void removeFromQuickAccessInternal() {
|
||||
try {
|
||||
quickAccessEntry.get().remove();
|
||||
quickAccessEntry.set(null);
|
||||
|
||||
Reference in New Issue
Block a user