You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem updating the interface, I want when I press the button and then agree to the permissions, and go back to the screen
That button disappears
But what happens is that it requires me to press the button again for the button to disappear
I don't know what the problem is
And when I use the loading and started values, it hides the button before I approve the permissions only once I open the settings
Where in the code can I tell that the user has approved the permissions?
@manarbajafar Sorry for the late reply. I think this requires adding a listener to listen for permission changing events, but I don't currently have it implemented, if I remember correctly. You can still add a timed task to get the latest permission status at regular intervals, this is of course a silly solution
I'm having a problem updating the interface, I want when I press the button and then agree to the permissions, and go back to the screen
That button disappears
But what happens is that it requires me to press the button again for the button to disappear
I don't know what the problem is
And when I use the loading and started values, it hides the button before I approve the permissions only once I open the settings
Where in the code can I tell that the user has approved the permissions?
I recorded the screen when I run
https://drive.google.com/file/d/1ftcUdR_voBZOYE0gMOoEhj9FP37e6ULr/view?usp=sharing
this is the screen code:
and this is it's controller:
The text was updated successfully, but these errors were encountered: