Vladimir
Vladimir
`RxTableViewSectionedAnimatedDataSource` performs batch updates not as a single batch but separately each update from the batch. The problem is https://github.com/RxSwiftCommunity/RxDataSources/blob/5458733cb4d2a1ca6a457804921a5fac4b72fca2/Sources/RxDataSources/RxTableViewSectionedAnimatedDataSource.swift#L102-L106 https://github.com/RxSwiftCommunity/RxDataSources/blob/5458733cb4d2a1ca6a457804921a5fac4b72fca2/Sources/RxDataSources/UI%2BSectionedViewType.swift#L60-L64 So it means each `difference` is handled in a...
RxSwiftCommunity/RxDataSources#271 issue relates to this library as well. The same problem with `RxASTableAnimatedDataSource`. It performs separately each update from the batch. https://github.com/RxSwiftCommunity/RxASDataSources/blob/8f9e8951a68ca7c56f31ac937aa59c1f1fa85e88/Sources/DataSources/ASTableNode%2BRx/RxASTableAnimatedDataSource.swift#L138-L141 https://github.com/RxSwiftCommunity/RxASDataSources/blob/8f9e8951a68ca7c56f31ac937aa59c1f1fa85e88/Sources/DataSources/ASTableNode%2BRx/ASTableNode%2BSectionedViewType.swift#L47-L51