From db04323e3632986d9860200626a6c116c2207765 Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Thu, 11 Sep 2025 17:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=87=E7=BA=A7=E5=90=8E?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../children/homework_review/configuration_files/index.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/making_school_asignment_app/lib/page/home_page/children/homework_review/configuration_files/index.dart b/making_school_asignment_app/lib/page/home_page/children/homework_review/configuration_files/index.dart index e38226e..d82baea 100644 --- a/making_school_asignment_app/lib/page/home_page/children/homework_review/configuration_files/index.dart +++ b/making_school_asignment_app/lib/page/home_page/children/homework_review/configuration_files/index.dart @@ -134,7 +134,7 @@ class HomeworkReviewLogic extends GetxController with RequestToolMixin, EventBus Permission storagePermission = androidInfo.version.sdkInt >= 33 ? Permission.manageExternalStorage : Permission.storage; PermissionDescribeUtil.instance.toLaunchPermissionRequest( - Get.context, + Get.context!, title: '储存权限请求', describe: "为了提供更好的服务,需要获取到存储权限用于保存批阅痕迹并上传", permissions: [storagePermission],