You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
streetcomplete#5482
0 commit comments