From d214a6229d53e65575108c84c017c5ffc0760b4b Mon Sep 17 00:00:00 2001 From: shilei Date: Mon, 5 Sep 2022 17:04:44 +0800 Subject: [PATCH] fix problem Signed-off-by: shilei --- .../bundlemanager/sceneProject/bmsscenesix/src/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json index 7019f7027..363df4603 100644 --- a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json @@ -44,7 +44,7 @@ "type": "page", "isVisible": "true", "launchType": "standard", - "orientation": "followrecent", + "orientation": "followRecent", "language": "C++" } ], -- GitLab