Kevin Murphy

Results 21 comments of Kevin Murphy

Hey @iago-silva, there is no support for removing the status bar spacing at the moment. Feel free to fork the library and add this feature, and I'll happily review your...

Hi @taimur44, unfortunately this isn't supported right now. The icon has a static size.

Hey @cp-radhika-s, thanks for this PR! I'm not 100% clear on the motivation for this feature? Could you please provide use cases for this?

Hey @Kev1000000 , I'm happy to review & merge a PR with an improvement to this functionality.

Hi @kpradeepkumarreddy, unfortunately this feature is not implemented right now. I'd be happy to review a pull request with it included.

Hey @Chnovo28, could you please provide the library version you're using, and code examples of where this is not working for you. Many thanks.

Hi @maxouille, the life cycle of Fragments changes when they're placed in a ViewPager. Have you tried calling the Alerter from the`setUserVisibleHint` fragment method?

It can be a real pain! :( Fragments that are off screen get instantiated, which can cause knock on affects. Here's an article with some details on it. http://www.t3hmun.com/posts/2017-01-24_Fragment-Life-Cycle-in-a-ViewPager.html

Hey @HJaliliani, I've tried to replicate this but no luck. Do you have any more detail? How are you invoking the library?

Hi @RamithRD, Could you give me a sample of your code please? I'd like to see how you're creating the Alert. I haven't tested this functionality yet myself, but it's...