Skip to content

Commit

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

0 comments on commit 2d187a8

Please sign in to comment.