mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-26 21:40:29 +00:00
rename internal method
This commit is contained in:
parent
6b57a0ad9c
commit
61fc53bf9c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user