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
Completable.doAfterTerminate is called only "after this Completable completes normally" but that is differ from Observable/Single implementation of same operation.
I think that this method must be reimplemented to be similar to those in Observable/Single and current implementation to be renamed to doAfterCompleted.
I know that there is doOnTerminate (same operation was deprecated in Observable). I just what to have predictable API with need to dig into documentation word by word.