From 741538519b0ce9437feafb33f81daa2a5f85f52f Mon Sep 17 00:00:00 2001 From: zwx1066281 Date: Mon, 14 Mar 2022 19:54:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9D=83=E9=99=90=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=A6=82=E7=8E=87=E7=99=BD=E5=B1=8F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zwx1066281 --- .../src/main/ets/GrantAbility/common/components/dialog.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/com.ohos.permissionmanager/permissionmanager/src/main/ets/GrantAbility/common/components/dialog.ets b/frameworks/com.ohos.permissionmanager/permissionmanager/src/main/ets/GrantAbility/common/components/dialog.ets index 451678bfa..3e06c04c3 100644 --- a/frameworks/com.ohos.permissionmanager/permissionmanager/src/main/ets/GrantAbility/common/components/dialog.ets +++ b/frameworks/com.ohos.permissionmanager/permissionmanager/src/main/ets/GrantAbility/common/components/dialog.ets @@ -114,6 +114,7 @@ export struct privacyDialog { if((this.initStatus == Constants.INIT_NEED_TO_TERMINATED) || (this.count >= this.grantGroups.length)) { this.controller.close() this.aboutToDisappear() + this.initStatus = Constants.INIT_NEED_TO_WAIT return false } return true -- Gitee