Permission Granted block not triggered when Granted permisssion on the app start

Describe your issue

As you know apps needs permissions and with the new update they follow Google rule and asked permissions request.There is no problem with it but.If user Granted permission when apps start its not triggered Permisssions Granted block.So I need check if user granted permission for switch between screen but this litle bug makes problems…I added ask for permissions block to screen init its not work on my test.Maybe i need use timer for this.NWM is it possible fix it ?

Steps to reproduce the issue

Create dummy app and open it.App request permission and give permission to it.And check is it triggered Permision triggered block

Expected Behaviour

:roll_eyes:

Actual Behaviour

:upside_down_face:

Show your Blocks

Android version

8

Permission.aia (1.6 KB)

3 Likes

Did you use this.

Edit, Nopp you didn’t.

/Boban

3 Likes

Thanks for reply boban
Why i need use this? I m talking about other think.I know this block,already using it on my app succesfully.This is bug report about if user start newly installed app,app automatic request Write_xxx permission.If user deny it.Deny block succesfully triggered but if user approve it granted but not trigerred.I m talking about this.

If i manually call request permission block its succesfully triger both blocks.

1 Like