Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit c48597f4b32f7447c4410f20229fab0dfdd2488a
Author: Ryan Mentley <ryanmentley@google.com>
Date: Fri Jan 22 01:40:37 2021
Remove non-suspend scrolling functions
Relnote: "Remove deprecated non-suspend scrolling functions
Continuing with the changes from last release, the non-suspend scrolling
functions are now removed entirely. Please convert to the suspend
functions with the same names. A coroutine scope can be obtained via
rememberCoroutineScope()."
Fixes: 178169563
Test: None, does not change existing functionality
Change-Id: I3d39c25a1d6790ee5c378f298ffe7af62047810f
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/Scroll.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/Scrollable.kt
https://android-review.googlesource.com/1557784
Branch: androidx-main
commit c48597f4b32f7447c4410f20229fab0dfdd2488a
Author: Ryan Mentley <ryanmentley@google.com>
Date: Fri Jan 22 01:40:37 2021
Remove non-suspend scrolling functions
Relnote: "Remove deprecated non-suspend scrolling functions
Continuing with the changes from last release, the non-suspend scrolling
functions are now removed entirely. Please convert to the suspend
functions with the same names. A coroutine scope can be obtained via
rememberCoroutineScope()."
Fixes: 178169563
Test: None, does not change existing functionality
Change-Id: I3d39c25a1d6790ee5c378f298ffe7af62047810f
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/Scroll.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/Scrollable.kt
Description
No description yet.