fix 6 reactors case in user list

This commit is contained in:
ryanzhao 2022-08-31 17:50:16 +10:00
parent d5948c0142
commit e6e97684b4
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ final class ReactionListSheet: BaseVC {
reloadRowsAnimation: .none,
interrupt: {
$0.elementInserted.count == 1 && self.selectedReactionUserList.count == 4 ||
$0.elementDeleted.count == 1 && self.selectedReactionUserList.count == 6 ||
$0.changeCount > 100
}
) { [weak self] updatedData in