Merge branch 'master' of github.com:TouchInstinct/RoboSwag-components
This commit is contained in:
commit
16505ccd6d
|
|
@ -104,6 +104,11 @@ public abstract class ObservableCollectionAdapter<TItem, TViewHolder extends Obs
|
||||||
return observableCollectionSubject.getValue();
|
return observableCollectionSubject.getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NonNull
|
||||||
|
public Observable<ObservableCollection<TItem>> observeObservableCollection() {
|
||||||
|
return observableCollectionSubject.distinctUntilChanged();
|
||||||
|
}
|
||||||
|
|
||||||
protected int itemsOffset() {
|
protected int itemsOffset() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue