From 6bd4ee87aeb1e3dbecd49c02566119db05f48486 Mon Sep 17 00:00:00 2001 From: vito Date: Fri, 20 Sep 2019 11:51:12 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-19945=20=E8=AE=BE=E8=AE=A1=E5=99=A8?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/fr/start/common/SplashCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer-realize/src/main/java/com/fr/start/common/SplashCommon.java b/designer-realize/src/main/java/com/fr/start/common/SplashCommon.java index 916f4dfee..47597c45d 100644 --- a/designer-realize/src/main/java/com/fr/start/common/SplashCommon.java +++ b/designer-realize/src/main/java/com/fr/start/common/SplashCommon.java @@ -42,7 +42,7 @@ public class SplashCommon implements SplashStrategy { @Override public void updateModuleLog(final String text) { - UIUtil.invokeAndWaitIfNeeded(new Runnable() { + UIUtil.invokeLaterIfNeeded(new Runnable() { @Override public void run() { if (splashWindow != null) {