With accompanist 0.25.0, the permission flow has c...
# compose
p
With accompanist 0.25.0, the permission flow has changed. https://google.github.io/accompanist/permissions/ https://github.com/google/accompanist/commit/a9506584939ed9c79890adaaeb58de01ed0bb823 Now the
permissionRequested
is missing with the goal for a better UX. But doesn’t this take away the possibility to ask for the permission right away? For example in our flow the user clicks on a camera icon. In this case I don’t want to show her a dialog where I explain that I’m now going to ask her for her permission.
👀 1
a
What’s preventing asking for the permission directly upon clicking on the camera icon?
p