Skip to content

Commit 4ea2156

Browse files
committed
Fixes compilation issues.
1 parent dabe45c commit 4ea2156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Example2_RandomizedSectionsAnimation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PartialUpdatesViewController: UIViewController {
4343
.map { a in
4444
return a.sections
4545
}
46-
.shareReplay(1)
46+
.share(replay: 1)
4747

4848
let (configureCell, titleForSection) = PartialUpdatesViewController.tableViewDataSourceUI()
4949
let tvAnimatedDataSource = RxTableViewSectionedAnimatedDataSource<NumberSection>(

0 commit comments

Comments
 (0)