]> source.dussan.org Git - vaadin-framework.git/commitdiff
Show loading indicator immediately in init as before (#11850)
authorLeif Åstrand <leif@vaadin.com>
Wed, 15 May 2013 04:31:59 +0000 (07:31 +0300)
committerLeif Åstrand <leif@vaadin.com>
Thu, 16 May 2013 06:46:17 +0000 (06:46 +0000)
f7ee755e cherry-picked from the master branch.

Merge: no

Change-Id: Ibe91db13b301aaf0a2b5e6e5fb08f566bf5cadab

client/src/com/vaadin/client/ApplicationConnection.java

index d77a98a83b4d28e2f1794c2129f797a7e0cc6f9b..1faf39394d969891b524e3d66cd5263d6eba271b 100644 (file)
@@ -438,7 +438,7 @@ public class ApplicationConnection {
 
         tooltip.setOwner(uIConnector.getWidget());
 
-        getLoadingIndicator().trigger();
+        getLoadingIndicator().show();
 
         scheduleHeartbeat();