Skip to content

Commit

Permalink
Fixes deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 1, 2017
1 parent 716d929 commit 0c4c437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ open class RxCollectionViewSectionedAnimatedDataSource<S: AnimatableSectionModel
.subscribe(onNext: { [weak self] event in
self?.collectionView(event.0, throttledObservedEvent: event.1)
})
.addDisposableTo(disposeBag)
.disposed(by: disposeBag)
}

/**
Expand Down

0 comments on commit 0c4c437

Please sign in to comment.