尝试解决二次启动时文件读取问题
This commit is contained in:
@@ -34,7 +34,7 @@ class SafStorageService {
|
||||
if (_cachedUri == null || _cachedUri!.isEmpty) {
|
||||
return SafPermissionState.unauthorized;
|
||||
}
|
||||
// 🟢 简化:直接返回 authorized,相信本地缓存的 URI
|
||||
// 🟢 直接返回 authorized,相信缓存
|
||||
return SafPermissionState.authorized;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user