Agustin Sivoplás

Results 10 comments of Agustin Sivoplás

Fixed changed the goForeground method by: ``` private NotificationManager manager; private NotificationManager getManager() { if (manager == null) { manager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); } return manager; } private void goForeground()...

Sorry, my bad. I have updated the code.

Thanks, but in that case all view models will be singleton? Whats happen if I have multiple instances of a fragment (the same fragment) but I dont want to share...

I like the library but this bug is really annoying. I am not able to change the year either

``` I make it work ```

> Hi all, I hit the same problem and came up with this OkHttpClient interceptor: > > ```kotlin > class AppAuthTokenRefreshInterceptor(context: Context) : Interceptor { > > private val mStateManager...

I am trying to use reverseOnRepeat but is not working for me. Do you have an example? My idea is pretty simple. Is a checkbox that user can check or...

Same issue here, any solution?

@azhon have you found a solution of this? I have the same issue, If I set offscreenPageLimit = 2, the viewpager automatically scroll when I dispatch a diffutils update, If...