eugenio1590

Results 16 comments of eugenio1590

I am getting the same issue. Is it relevant to close the adapter after the destroy the view?

I solved this using [a lifecycle observer](https://stackoverflow.com/questions/53093380/how-to-make-custom-view-observe-containing-fragments-lifecycle-events-instead-o?rq=1) in a custom view. It is not the best solution but I have not received this issue anymore.

Hi @zachfeldman I can see the route: ```` new_api_v1_user_confirmation GET /api/v1/auth/confirmation/new(.:format) devise_token_auth/confirmations#new api_v1_user_confirmation GET /api/v1/auth/confirmation(.:format) devise_token_auth/confirmations#show POST /api/v1/auth/confirmation(.:format) devise_token_auth/confirmations#create ```` But, when I access the first link, I get the...

Ok, I don't see the 'new' and 'create' actions in this controller. The problem is the following, this is my user case in my android application: 1. The user does...

Hi @Nasaakaa , apologize for the delay. Actually no, I have chosen to leave this functionality aside for now. I will be aware of the new changes in the library....

> @eugenio1590 hi.. i know its been a long time.. but i have the same issue and i would like to know if you got a solution for this Hi...

> were you able to solve the problem? I am sorry but I couldn't resolve it.

I am getting an issue similar to this. I am using databinding and kotlinx.serialization. I have an attribute with different names, so I included the @JsonNames annotation with more that...

> Hi. Thanks for reporting. I haven't tried using it in an Android project, but I'll look into it. Perfect. Thanks.

Hi @serpro69 , I replicated this issue on my android project but I do not have time now to replicate using another project of Android. I am sorry for that....