修复升级后的BUG

This commit is contained in:
DESKTOP-I3JPKHK\wy 2025-09-11 17:23:14 +08:00
parent e34234da09
commit db04323e36
1 changed files with 1 additions and 1 deletions

View File

@ -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],