Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 410ebcfac5746681c256da67075a91b34bb56750
Author: Dustin Lam <dustinlam@google.com>
Date: Tue Oct 13 19:30:35 2020
Dispatch LoadState updates from PagedList on notifyDispatcher
Fixes a crash resulting from LoadStateHeader / Footer calling
RecyclerView.notify* methods from a LoadState callback running on
background thread.
Relnote: "Fixed a bug where .withLoadState* ConcatAdapter helpers would
crash due to notifying RecyclerView from background thread"
Fixes: 170988309
Test: ./gradlew paging:paging-common:test
Change-Id: I18bb54c857dfc5098cd36b5c22dce386c4776d3d
M paging/common/src/main/kotlin/androidx/paging/ContiguousPagedList.kt
M paging/common/src/main/kotlin/androidx/paging/LegacyPageFetcher.kt
M paging/common/src/main/kotlin/androidx/paging/PagedList.kt
M paging/common/src/main/kotlin/androidx/paging/SnapshotPagedList.kt
M paging/common/src/test/kotlin/androidx/paging/ContiguousPagedListTest.kt
M paging/common/src/test/kotlin/androidx/paging/PagedListTest.kt
M paging/runtime/src/androidTest/java/androidx/paging/AsyncPagedListDifferTest.kt
https://android-review.googlesource.com/1459289
Branch: androidx-master-dev
commit 410ebcfac5746681c256da67075a91b34bb56750
Author: Dustin Lam <dustinlam@google.com>
Date: Tue Oct 13 19:30:35 2020
Dispatch LoadState updates from PagedList on notifyDispatcher
Fixes a crash resulting from LoadStateHeader / Footer calling
RecyclerView.notify* methods from a LoadState callback running on
background thread.
Relnote: "Fixed a bug where .withLoadState* ConcatAdapter helpers would
crash due to notifying RecyclerView from background thread"
Fixes: 170988309
Test: ./gradlew paging:paging-common:test
Change-Id: I18bb54c857dfc5098cd36b5c22dce386c4776d3d
M paging/common/src/main/kotlin/androidx/paging/ContiguousPagedList.kt
M paging/common/src/main/kotlin/androidx/paging/LegacyPageFetcher.kt
M paging/common/src/main/kotlin/androidx/paging/PagedList.kt
M paging/common/src/main/kotlin/androidx/paging/SnapshotPagedList.kt
M paging/common/src/test/kotlin/androidx/paging/ContiguousPagedListTest.kt
M paging/common/src/test/kotlin/androidx/paging/PagedListTest.kt
M paging/runtime/src/androidTest/java/androidx/paging/AsyncPagedListDifferTest.kt
Description
No description yet.