a69673de08057f10b230779efcb9c95193d0bb37
runOnPageScrollsInitialized
Let `PagedView.runOnPageScrollsInitialized` run the given callback only instead of running all the current existing callbacks inside `mOnPageScrollsInitializedCallbacks` once `mPageScrolls` has been initialized. All the existing callbacks will be run by `PagedView.onPageScrollsInitialized` instead. By doing this, we can avoid some unexpected crash while running the pending callbacks in some scenarios. E.g., removeAllViews. Flag: EXEMPT fix a regression Bug: 385612978 Test: Manual Change-Id: I0877cff752aabd1569dd54a9d04001687f90a5f6
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%