zoki

Results 14 comments of zoki

Hi. This code works great, but there is one problem. When this loader is loaded second time, it won't show any item. To fix that you should replace in onLoadFinished...

@addyosmani, any progress on this?

I see that in logs too. When closing audio device it hangs here. Hard to reproduce, I can't on my device. We have VOIP app and I see in logs...

This happens because `onRequestPermissionResult` triggers between `onPause` and `onResumeFragments`. Before `onResumeFragments` it's illegal to call `commit` on `FragmentTransaction`. [Here](https://github.com/zokipirlo/permiso/commit/421e46f9ca52b2ee71f510eafa8283789c43867b) is my implementation which fixes this problem. Maybe it's not the...

Hi, I wish it could be so simple. I don't mind if you don't include it in your library, but if you change your mind I could make a pull...

Don't hurry, relax, take your time ;). The biggest problem with that issue is that it crashes app, that hurts. And sometimes (like in my case) you don't have a...

https://github.com/h6ah4i/RecyclerViewFastScroller This one is working great. It would be nice if you could integrate it somehow, because I now have to manually observe if content is empty and hide fastscroller.

> HHMMM... a very nice improvement this is! > > But I wonder what the best way to solve this is. I've already closed another PR which just split single...

> Sorry to hear! We didn't make any changes to the offline functionality as far as I am aware, but OkHttp got updated. I hoped there were some changes that...