MohamedRejeb / Calf

Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
https://mohamedrejeb.github.io/Calf/
Apache License 2.0
950 stars 42 forks source link

Storage permission is not granted but returns granted status #184

Closed azisanw19 closed 1 week ago

azisanw19 commented 1 month ago

val readStoragePermission = rememberPermissionState(
   Permission.ReadStorage
)
println("Picker launcher ${readStoragePermission.status}")

Permission bug returns granted even though the settings do not allow it.

MohamedRejeb commented 1 week ago

Can you check again with the new version 0.6.0, it should be available in few hours