Eduardo Pool
Eduardo Pool
@yuxinLi @ChinaDragon01 do you have some example project for reproducing it?
@Grohden you need to use at least a FragmentActivity or some of its children
@xchengDroid could you share a project where we can be able to reproduce this issue?
@codeCacher @AsiamCn I couldn't reproduce this issue, I tried it out but I'm having the expected behavior ``` com.tbruyelle.rxpermissions.sample D/RxPermissionsSample: first request second request ``` could you please create a...
@ouihon if you check the [demo activity](https://github.com/tbruyelle/RxPermissions/blob/master/sample/src/main/java/com/tbruyelle/rxpermissions3/sample/MainActivity.java#L23) you'll se that the demo is working fine with AppCompatActivity.
@zealforyou NOTE: `new RxPermissions(this)` the `this` parameter can be an `Activity` or a `Fragment`. If you are using `RxPermissions` inside of a fragment you should pass the fragment instance(`new RxPermissions(this)`)...
totally agree with @mrArtCore
@cat1024 could you please provide us more information about this issue? some pieces of code, stack trace and steps to reproduce it could be helpful.
hey @raymondlam! 👋🏼 sorry for tagging you directly but I saw [your comment](https://github.com/firebase/firebase-android-sdk/issues/3948#issuecomment-1315677731) and it seems like the issue is back, I'm using AGP v8.3.1 and Jacoco is reporting 0%...
BTW: Now [jack supports annotations processors](http://tools.android.com/tech-docs/jackandjill#TOC-Repackaging-support) with gradle `annotationProcessor`