Skip to content

Commit 36603b9

Browse files
committed
Fix display of spinner on connect.
1 parent 9e144a2 commit 36603b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BrowserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,7 @@ public void start(final BackgroundAction<?> action) {
23422342
public void run() {
23432343
listStatusController.start(action);
23442344
outlineStatusController.start(action);
2345-
if(pool == SessionPool.DISCONNECTED) {
2345+
if(!isMounted()) {
23462346
browserListProgressIndicator.startAnimation(null);
23472347
browserOutlineProgressIndicator.startAnimation(null);
23482348
}

0 commit comments

Comments
 (0)