cloudshooterhuman

Results 8 comments of cloudshooterhuman

A view model available synchronously after rotation will solve that.

lol just seen your comment .. with pleasure!

@jacobmoncur thank you for the replay but nothing changed

@jacobmoncur how ? btw, this is my whole code https://gist.github.com/selmanon/18e37f68c7f97e5bc15c

@jacobmoncur Yeah all my images are displayed after download but nope the default image

This is what work for me, I Changed from `FormUrlEncoded` to `@Body` : @POST("enroll/device") fun token(@Body credentials: Credentials): Single And I defined the *data class* as follow : data class...