-
-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use DiffUtil to calculate difference for LogsAdapter
LogsFragment was lagging my Android Interop on my System. This is because `notifyDataSetChanged` is used, it is computationally intensive and should never be used. Implementation of a quick DiffUtil calculator solves this. In response to work done: #5482
- Loading branch information
1 parent
2ff49c9
commit 04c473c
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters