Skip to content

Commit

Permalink
Disable CLV data source updates when not visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-signal authored Oct 28, 2024
1 parent 99f250e commit 2581167
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ extension ChatListViewController {
if newValue != viewState.isViewVisible {
viewState.isViewVisible = newValue
updateCellVisibility()
if newValue {
shouldBeUpdatingView = true
}
shouldBeUpdatingView = newValue
}
}
}
Expand Down

0 comments on commit 2581167

Please sign in to comment.