bkromhout / Minerva

Minerva is an Android app which helps you to easily organize your eBook library in powerful ways
Apache License 2.0
6 stars 0 forks source link

Retry actions when permissions granted #84

Closed bkromhout closed 8 years ago

bkromhout commented 8 years ago

Currently our permissions handling doesn't attempt to retry the action which caused a permission request if the permission is granted. We should fix that in order to have better UX.

We could easily make use of events for this, and have an event like PermGrantedEvent which carries the permission which was granted (and possibly some other action ID) so that the receiver will then retry that action.