TheLastCrusade / SoundStream

1 stars 6 forks source link

Backing out of bluetooth permissions causes graphical bug #206

Open taywrobel opened 11 years ago

taywrobel commented 11 years ago

Repro: Open a clean app Press the join button, to prompt the bluetooth permissions alert Rather than pressing yes or no, hit back

Notice: Screen darkens, as if dialog is still up, dialog does not appear, but title renders in blue over background.

dgreenhalgh commented 11 years ago

Research on Stack Overflow and determine feasibility

taywrobel commented 11 years ago

This question is raised in a few threads, but is downvoted and unanswered from what I can find:

http://stackoverflow.com/questions/16337171/bluetooth-permission-request-pop-up-shown-after-back-key-pressed-in-dialog

The best recommendation I found is to make the dialog un-cancellable, but it's opened by an intent, not us, so I don't think that's possible.

dgreenhalgh commented 11 years ago

Unless anyone protests in the next 24 hours, I'm moving this to Beta known issues.