소스 검색

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 11 년 전
부모
커밋
b79c0aa5be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      client/src/com/vaadin/client/ApplicationConnection.java

+ 1
- 1
client/src/com/vaadin/client/ApplicationConnection.java 파일 보기

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

tooltip.setOwner(uIConnector.getWidget());

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

scheduleHeartbeat();


Loading…
취소
저장