Skip to content

Commit ff1ac9a

Browse files
author
Kaushik Gopal
committed
bef
1 parent 9f4f222 commit ff1ac9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/morihacky/android/rxjava/ConcurrencyWithSchedulersDemoFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ private Observable<Boolean> _getObservable() {
7474
return Observable.just(true).map(new Func1<Boolean, Boolean>() {
7575
@Override
7676
public Boolean call(Boolean aBoolean) {
77+
_log("Within Observable");
7778
_doSomeLongOperation_thatBlocksCurrentThread();
7879
return aBoolean;
7980
}

0 commit comments

Comments
 (0)