yanzhenjie / Album

:watermelon: Album and Gallery for Android platform.
https://github.com/yanzhenjie/Album
Apache License 2.0
2.5k stars 507 forks source link

fix:拒绝权限后在后续判断中以为权限通过,然后执行无权限操作导致崩溃的问题 #218

Closed TpOut closed 6 years ago

TpOut commented 6 years ago

Signed-off-by: lishengjie 416756910@qq.com

在Album的module中的BaseActivity 调用了isGrantedResult(requestCode) 应该是isGrantedResult(grantResults) 不然就算拒绝了,按照现有的逻辑,也会走onPermissionGranted 然后造成崩溃

yanzhenjie commented 6 years ago

提交PR请先阅读首页的Contributing

TpOut commented 6 years ago

那就不提啦。就一句代码,直接发个版本呗?不太想本地存着库,还是gradle依赖好