permissions-dispatcher / PermissionsDispatcher

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

Use commitAllowingStateLoss() instead of commitNowAllowingStateLoss() in PermissionRequestFragment dismiss() to avoid exception when performing multiple transactions at same time. #724

Closed jczerski closed 3 years ago

jczerski commented 3 years ago

Reported issue: https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/723

hotchemi commented 3 years ago

oh thx, let me take a look