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
After recent changes, we now use an ExecutorService in ArrayData, etc. We should also use DiffUtil to emit precise change notifications, running the diff in a worker thread.
The text was updated successfully, but these errors were encountered:
After recent changes, we now use an
ExecutorService
inArrayData
, etc. We should also useDiffUtil
to emit precise change notifications, running the diff in a worker thread.The text was updated successfully, but these errors were encountered: