Explorar el Código

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

f7ee755e cherry-picked from the master branch.

Merge: no

Change-Id: Ibe91db13b301aaf0a2b5e6e5fb08f566bf5cadab
tags/7.1.0
Leif Åstrand hace 11 años
padre
commit
b79c0aa5be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      client/src/com/vaadin/client/ApplicationConnection.java

+ 1
- 1
client/src/com/vaadin/client/ApplicationConnection.java Ver fichero

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

tooltip.setOwner(uIConnector.getWidget());

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

scheduleHeartbeat();


Cargando…
Cancelar
Guardar