diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-05-15 07:31:59 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-05-16 06:46:17 +0000 |
commit | b79c0aa5bec3cf294dbc58ff66dbaa8686229654 (patch) | |
tree | 1245c6aa6c242c266e1a893c2d2b4e70395c4c63 /client | |
parent | 0a437a54afe019f696bcd1c995cf2588d7337a2b (diff) | |
download | vaadin-framework-b79c0aa5bec3cf294dbc58ff66dbaa8686229654.tar.gz vaadin-framework-b79c0aa5bec3cf294dbc58ff66dbaa8686229654.zip |
Show loading indicator immediately in init as before (#11850)
f7ee755e cherry-picked from the master branch.
Merge: no
Change-Id: Ibe91db13b301aaf0a2b5e6e5fb08f566bf5cadab
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/client/ApplicationConnection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/ApplicationConnection.java b/client/src/com/vaadin/client/ApplicationConnection.java index d77a98a83b..1faf39394d 100644 --- a/client/src/com/vaadin/client/ApplicationConnection.java +++ b/client/src/com/vaadin/client/ApplicationConnection.java @@ -438,7 +438,7 @@ public class ApplicationConnection { tooltip.setOwner(uIConnector.getWidget()); - getLoadingIndicator().trigger(); + getLoadingIndicator().show(); scheduleHeartbeat(); |