Reconstructed too many codes
This commit is contained in:
@@ -55,12 +55,7 @@ public class OperationSubscribeOn {
|
||||
|
||||
@Override
|
||||
public void unsubscribe() {
|
||||
scheduler.schedule(new Action0() {
|
||||
@Override
|
||||
public void call() {
|
||||
underlying.unsubscribe();
|
||||
}
|
||||
});
|
||||
scheduler.schedule(underlying::unsubscribe);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user