Jemshit Iskanderov

Results 62 comments of Jemshit Iskanderov

Figured out this error is shown when checkbox of token with zero amount is left selected. Maybe show some tooltip of which token is low amount (to remind user that...

@Trikke hi, couldn't find right issue to ask question about connection of _Domain_ and _Data_. I have confusion about this case: if i need _token_ to make api requests, and...

Check [this](https://github.com/jemshit/EliteMvp/blob/master/files/mvp_cheatsheet.pdf) for few options, page 4. You can retain Presenter, along with returned data from network. Or you have to store Observable returned from network somehow (you can unsubscribe...

@android10 as the guy said, `UseCase#execute()` does not return Observable, do you mean calling `UseCase#buildUseCaseObservable()` directly from outside?

I am using v19.3.2, behavior i get is: `firebaseAuth.pendingAuthResult` is null after returning from apple sign-in browser, while "Dont keep activities" is checked.

Will this get merged? Is there a workaround without mergin this PR?

> I just found an answer in another issue #164 > > simply pass `repeat=True` to aioresponses method (in this case `get` method) i.e. `.get(SOME_URL, status=400, repeat=True)` Interesting, why this...

It could at least return `false` if connection is `disconnected/destroyed`