Sam Stern

Results 414 comments of Sam Stern

@xanscale I can't access that link you posted but this seems really interesting! If you're interested in sending a Pull Request for this I would be happy to review it....

@xanscale sorry I haven't had time to take a look! I don't really work on EasyPermissions much anymore since it's been stable for so long, I'll try to find some...

@aoikonom sorry about the really slow response here, I was out on vacation over the holidays. So does your Activity implement `android.support.v4.app.FragmentActivity` but not `AppCompatActivity` ?

I was able to reproduce this in a failing test, will send a PR with an update.

Fixed and released in version `2.0.1`

@aoikonom thanks for pointing this out!

@Dkhusainov can you show the code that you're using to request permissions and some of the class where you expect to get the callback?

@Dkhusainov please show the code where you request permissions and how you "delegate" the callback.

@Dkhusainov I don't think this is a good idea, `Service` classes should not hold references to `Activities`. Also permissions should only be requested when the user is inside of your...

@jhwsx so there's nothing in that stacktrace that references easypermissions, what makes you suspect this is a bug in the library?