From 4ceb0ad4a1d86b472738aa919ac1adc7dff917c0 Mon Sep 17 00:00:00 2001 From: SKY2001 Date: Fri, 24 Apr 2026 18:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8B=AC=E7=AB=8B=E8=BF=9B?= =?UTF-8?q?=E7=A8=8B=E6=A8=A1=E5=BC=8F+=E9=A2=84=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SKY2001 Co-Authored-By: SKY --- frameworks/native/appkit/app/ohos_application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/native/appkit/app/ohos_application.cpp b/frameworks/native/appkit/app/ohos_application.cpp index 2e64c08841..185ed336dc 100644 --- a/frameworks/native/appkit/app/ohos_application.cpp +++ b/frameworks/native/appkit/app/ohos_application.cpp @@ -957,6 +957,8 @@ void OHOSApplication::ScheduleNewProcessRequest(const AAFwk::Want &want, const s if (abilityStages_.empty()) { TAG_LOGE(AAFwkTag::APPKIT, "abilityStages_ empty"); + std::string flag; + callback(flag); return; } auto iter = abilityStages_.find(moduleName);