From a0fc53bb662f47fa74adf97fdbc0cb6a9d01de8f Mon Sep 17 00:00:00 2001 From: jiangx <1457960500@qq.com> Date: Mon, 5 Jun 2023 10:10:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/composables/useHandleScreen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/useHandleScreen.ts b/src/composables/useHandleScreen.ts index 5b6a6b8..a6b1492 100644 --- a/src/composables/useHandleScreen.ts +++ b/src/composables/useHandleScreen.ts @@ -92,7 +92,7 @@ export const useHandleScreen = (callback: () => void) => { if (!nativeMethods.value?.hasProgram()) { return } - await checkHandleScreen() + checkHandleScreen() } })