Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unnecessary upstream.cancel() call for casually finished upst…
…ream sequences. (#6992) * no upstream.cancel() in FlowablePublishMulticast when the sequence is finished normally via onComplete/onError from upstream; minor code cleanup - unnecessary Disposable implementation to avoid method name clash * cleanup in FlowablePublishFunctionTest: refactored anonymous classes to lambdas * reduced visibility for dispose() and isDisposed() in the inner MulticastProcessor Co-authored-by: derar <derar@appsflyer.com>
- Loading branch information