mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-19 14:43:36 -04:00
@@ -418,7 +418,9 @@ std::string FormManagerDelegate::WrapAction(const std::string& action)
|
||||
if (!eventAction->Contains("bundleName")) {
|
||||
eventAction->Put("bundleName", wantCache_.GetElement().GetBundleName().c_str());
|
||||
}
|
||||
return eventAction->ToString();
|
||||
auto newAction = eventAction->ToString();
|
||||
OHOS::AppExecFwk::FormMgr::GetInstance().UpdateRouterAction(runningCardId_, newAction);
|
||||
return newAction;
|
||||
}
|
||||
#endif
|
||||
} // namespace OHOS::Ace
|
||||
|
||||
Reference in New Issue
Block a user