We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e144a2 commit 36603b9Copy full SHA for 36603b9
osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BrowserController.java
@@ -2342,7 +2342,7 @@ public void start(final BackgroundAction<?> action) {
2342
public void run() {
2343
listStatusController.start(action);
2344
outlineStatusController.start(action);
2345
- if(pool == SessionPool.DISCONNECTED) {
+ if(!isMounted()) {
2346
browserListProgressIndicator.startAnimation(null);
2347
browserOutlineProgressIndicator.startAnimation(null);
2348
}
0 commit comments