memostark / Speakable

Use text to speech anywhere in your Android phone
6 stars 0 forks source link

Fixed, dialog not showing when granting overlay permission for the first time. #184

Closed memostark closed 10 months ago

memostark commented 10 months ago

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.