The problem was that the listener doesn't get triggered again after returning from asking for the permission. Because the bars are most likely shown again there is no need to detect their visibility so show directly the dialog after the permission is granted.
Closes #183.
The problem was that the listener doesn't get triggered again after returning from asking for the permission. Because the bars are most likely shown again there is no need to detect their visibility so show directly the dialog after the permission is granted.