From d5f5fde081b2fc8006f20ebc30c33e18a486f4a9 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: Wed, 16 Nov 2022 11:16:16 +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-?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 华华小仙女 --- .../windowStage/entry/src/main/ets/test/windowCallback.test.ets | 2 -- 1 file changed, 2 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 65bf5e9fa..3e41f412f 100644 --- a/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets +++ b/graphic/windowStage/entry/src/main/ets/test/windowCallback.test.ets @@ -694,8 +694,6 @@ export default function windowCallbackTest(context, windowStage, abilityStorage) console.info(`ohosWindow.on catch error: ${JSON.stringify(error)}`) } let arrLength = systemBarData.regionTint.length; -// let ca = cloneColorArr; -// let flag = ca.NCC.length || ca.NBC.length || ca.SBC.length || ca.SCC.length for (let i = 0; i < arrLength; i++) { console.log(msgStr + 'for arrLenght compareCount: ' + compareCount + ' ,i:'+i); let tempData = systemBarData.regionTint[i]; -- GitLab