We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79fec2 commit c5f3f9fCopy full SHA for c5f3f9f
Cartfile.resolved
@@ -1 +1 @@
1
-github "ReactiveX/RxSwift" "b47ce13eaea5929bd18758eef8828d6c8ce2a02b"
+github "ReactiveX/RxSwift" "e79457dcd3cdcd5c9375084962062f63263865ab"
Sources/DataSources/Changeset.swift
@@ -62,9 +62,9 @@ public struct Changeset<S: SectionModelType> {
62
63
public static func initialValue(_ sections: [S]) -> Changeset<S> {
64
return Changeset<S>(
65
- insertedSections: Array(0 ..< sections.count) as [Int],
+ reloadData: true,
66
finalSections: sections,
67
- reloadData: true
+ insertedSections: Array(0 ..< sections.count) as [Int]
68
)
69
}
70
0 commit comments