From 86271be4a2a8f1e23c54fcbbe85df4ab54a2f1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E5=8D=8E=E5=B0=8F=E4=BB=99=E5=A5=B3?= Date: Tue, 15 Nov 2022 19:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96callback=E5=BD=A2=E5=BC=8F?= =?UTF-8?q?=E7=9A=84setSystemBarPropertiesTest5=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 华华小仙女 --- .../entry/src/main/ets/test/windowCallback.test.ets | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets b/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets index 96510255a..e920545c9 100644 --- a/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets +++ b/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets @@ -713,7 +713,6 @@ export default function windowCallbackTest(context, windowStage, abilityStorage) } else { console.log(msgStr + 'SCC tempData.contentColor:' + JSON.stringify(tempData.contentColor)); } - if (compareCount === 18 && !flag) { console.log(msgStr + 'if compareCount: ' + compareCount + ' ,true flag:' + flag); try { @@ -742,8 +741,6 @@ export default function windowCallbackTest(context, windowStage, abilityStorage) } else { console.log(msgStr + 'NCC tempData.contentColor:' + JSON.stringify(tempData.contentColor)); } - let ca = cloneColorArr; - let flag = ca.NCC.length || ca.NBC.length || ca.SBC.length || ca.SCC.length if (compareCount === 18 && !flag) { console.log(msgStr + 'else compareCount: ' + compareCount + ' ,true flag:' + flag); try { -- GitLab