From f14b1fd9f65d8ab93620b7fc4988b7d7c04b90d3 Mon Sep 17 00:00:00 2001 From: txazo Date: Mon, 28 Jul 2025 08:27:51 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8D=8A=E5=B1=8F=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E5=BC=8F=E5=B5=8C=E5=A5=97=E6=89=93=E4=B8=8D=E5=BC=80?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: txazo --- halfscreenlaunchcomponent/source/halfscreenlaunchcomponent.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/halfscreenlaunchcomponent/source/halfscreenlaunchcomponent.ets b/halfscreenlaunchcomponent/source/halfscreenlaunchcomponent.ets index 45f07ae..778d8a0 100644 --- a/halfscreenlaunchcomponent/source/halfscreenlaunchcomponent.ets +++ b/halfscreenlaunchcomponent/source/halfscreenlaunchcomponent.ets @@ -130,6 +130,7 @@ export struct HalfScreenLaunchComponent { }); } catch (err: BusinessError) { hilog.error(0x3900, LOG_TAG, 'AtomicServiceStartupRule failed: %{public}s', err.message); + this.popUp(); } } -- Gitee