Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit d0cee9b3dc983be8a8e7478af0274e2fdc4dfb8e
Author: Ralston Da Silva <ralu@google.com>
Date: Thu Feb 04 17:15:59 2021
Remove deprecated emptyContent
Bug: 179432510
Test: androidx.compose.foundation.layout.BoxWithConstraintsTest
Relnote: Deprecated emptyContent() is removed. Use {} instead.
Relnote: """Deprecated (@Composable (() -> Unit))?.orEmpty()
is now removed. use this ?: {} instead."""
Change-Id: Idb33f22d9a1002f86b42606dd93478ee37924445
M compose/foundation/foundation-layout/src/androidAndroidTest/kotlin/androidx/compose/foundation/layout/BoxWithConstraintsTest.kt
M compose/runtime/runtime/api/current.txt
M compose/runtime/runtime/api/public_plus_experimental_current.txt
M compose/runtime/runtime/api/restricted_current.txt
D compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/Compose.kt
https://android-review.googlesource.com/1576082
Branch: androidx-main
commit d0cee9b3dc983be8a8e7478af0274e2fdc4dfb8e
Author: Ralston Da Silva <ralu@google.com>
Date: Thu Feb 04 17:15:59 2021
Remove deprecated emptyContent
Bug: 179432510
Test: androidx.compose.foundation.layout.BoxWithConstraintsTest
Relnote: Deprecated emptyContent() is removed. Use {} instead.
Relnote: """Deprecated (@Composable (() -> Unit))?.orEmpty()
is now removed. use this ?: {} instead."""
Change-Id: Idb33f22d9a1002f86b42606dd93478ee37924445
M compose/foundation/foundation-layout/src/androidAndroidTest/kotlin/androidx/compose/foundation/layout/BoxWithConstraintsTest.kt
M compose/runtime/runtime/api/current.txt
M compose/runtime/runtime/api/public_plus_experimental_current.txt
M compose/runtime/runtime/api/restricted_current.txt
D compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/Compose.kt
Description
No description yet.