Skip to content

Commit

Permalink
fix: selection
Browse files Browse the repository at this point in the history
  • Loading branch information
vcellu committed Oct 7, 2022
1 parent 949e813 commit 0771cab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/ContainerView.swift
Expand Up @@ -149,6 +149,11 @@ class ContainerView: UIView {
view.appendData(rows: dataRows!)
view.scrollToTop()
}

if let slave = slaveCollectionView {
slave.appendData(rows: dataRows!)
slave.scrollToTop()
}

} else {
if let newRows = decodedRows.rows {
Expand Down

0 comments on commit 0771cab

Please sign in to comment.