Browse Source

Show loading indicator immediately in init as before (#11850)

Change-Id: Ibe91db13b301aaf0a2b5e6e5fb08f566bf5cadab
tags/7.2.0.beta1
Artur Signell 11 years ago
parent
commit
f7ee755e7d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      client/src/com/vaadin/client/ApplicationConnection.java

+ 1
- 1
client/src/com/vaadin/client/ApplicationConnection.java View File

@@ -438,7 +438,7 @@ public class ApplicationConnection {

tooltip.setOwner(uIConnector.getWidget());

getLoadingIndicator().trigger();
getLoadingIndicator().show();

scheduleHeartbeat();


Loading…
Cancel
Save