Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKwokX committed Aug 27, 2023
1 parent 9adc02a commit db0c9d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class ContactsFragment : Fragment(R.layout.fragment_main) {
/**
* Use `update()` insteadOf `notify...` after data changes.
*
* If there is no moved or positions swapped item among massive items, you could
* use `update(false)` to accelerate the calculating.
* If there is no moved or position-swapped item among massive items at the moment,
* you could use `update(false)` to accelerate the calculating.
*/
contactsAdapter.update()
}
Expand Down

0 comments on commit db0c9d3

Please sign in to comment.