permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.21k stars 1.44k forks source link

Request permission multiple times at the same time #670

Closed cuibg closed 4 years ago

cuibg commented 4 years ago

In my project,i has requested twice permissions in the same time。the first is storage,the second is location permission, bug appears。

The storage permission's onRequestPermissionsResult method has executed。I has not refused it, but it executes onNever ask action。 Let me show it。

image image image

cuibg commented 4 years ago

@hotchemi @eyedol @technoir42 @punchdrunker @snkashis

cuibg commented 4 years ago

oh,it's my mistake! sorry,i have found it!