-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.x: Add Completable.andThen(MaybeSource) #4616
2.x: Add Completable.andThen(MaybeSource) #4616
Conversation
There is a compilation error. |
Ah yes import is missing. I still manually stage them and sometimes forget that one is needed since usually every package is already included with |
|
||
@Override | ||
public void onSubscribe(Disposable d) { | ||
if (DisposableHelper.set(this, d)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setOnce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then this would need to be changed too, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright done
Current coverage is 78.18% (diff: 85.71%)@@ 2.x #4616 diff @@
==========================================
Files 553 554 +1
Lines 36128 36162 +34
Methods 0 0
Messages 0 0
Branches 5559 5560 +1
==========================================
+ Hits 28231 28272 +41
+ Misses 5891 5882 -9
- Partials 2006 2008 +2
|
No description provided.