Permissions slide doesn't move forward #1213
-
|
I am trying to request some permissions from the user. The The app asks for a couple of permissions (camera and location) and gets stuck on the slide as other permissions have not been explicitly granted. Am I doing anything wrong here? Do I need to modify my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I'd suggest you check our example app, specifically here: It doesn't seems like you're doing anything wrong, but it's hard to tell without a reproducer. |
Beta Was this translation helpful? Give feedback.
I'd suggest you check our example app, specifically here:
AppIntro/example/src/main/java/com/github/appintro/example/ui/permissions/PermissionsIntro2.kt
Lines 12 to 45 in 7d329e7