You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is how can I inject it into the promise chain, so it is always executed at end? It's fairy simple with always and a plain non-async method, but how to achieve the same result with the method returning a Promise?
help wanted would be an appropiate tag for this question, as this is not an issue :)
The text was updated successfully, but these errors were encountered:
agordeev
changed the title
How to put a Promise into always
How to put a Promise into always?
Dec 4, 2017
Hey guys, first of all thank you very much for this great library!
I have
dismissActivityIndicator
method, which returns a promise:My question is how can I inject it into the promise chain, so it is always executed at end? It's fairy simple with
always
and a plain non-async method, but how to achieve the same result with the method returning aPromise
?help wanted
would be an appropiate tag for this question, as this is not an issue :)The text was updated successfully, but these errors were encountered: