Sherif Sherif
Results
1
comments of
Sherif Sherif
i had same issue "my subscription terminated once an error is emitted",but this one help me ``` .switchMap(new Func1() { @Override public Observable call(String query) { return retrofitService.search(query) .onErrorResumeNext(Observable.empty()); }...