Fixed
Status Update
Comments
ys...@google.com <ys...@google.com>
ys...@google.com <ys...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
st...@google.com <st...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit e782987543a9f8ccd485e970ddc74564b24378db
Author: Vighnesh Raut <vighnesh.raut13@gmail.com>
Date: Mon Jan 02 15:27:40 2023
fix: tab row crashes when only 1 tab is added
Bug: b/264018028
Test: Added unit test
Change-Id: I6381dbac304fc1d69d3708c6655f8b595668e93f
M tv/tv-material/src/androidTest/java/androidx/tv/material/TabRowTest.kt
M tv/tv-material/src/main/java/androidx/tv/material/TabRow.kt
https://android-review.googlesource.com/2373449
Branch: androidx-main
commit e782987543a9f8ccd485e970ddc74564b24378db
Author: Vighnesh Raut <vighnesh.raut13@gmail.com>
Date: Mon Jan 02 15:27:40 2023
fix: tab row crashes when only 1 tab is added
Bug:
Test: Added unit test
Change-Id: I6381dbac304fc1d69d3708c6655f8b595668e93f
M tv/tv-material/src/androidTest/java/androidx/tv/material/TabRowTest.kt
M tv/tv-material/src/main/java/androidx/tv/material/TabRow.kt
ys...@google.com <ys...@google.com> #4
deleted
st...@google.com <st...@google.com>
ra...@google.com <ra...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.tv:tv-material:1.0.0-alpha04
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #7
Project: platform/frameworks/support
Branch: androidx-main
commit 9c913f364be2317ad46d820bec7e69d8e4fc1c42
Author: Rajat Biswas <rajatbiswas@google.com>
Date: Fri May 26 13:18:44 2023
Changing keys of remember block in SwipeToDismissBox
Bug: 280392104
Test: Manually tested
Relnote: "Changed keys of remember block in SwipeToDismissBox so that
new modifiers are created when content or background chnages."
Change-Id: Ib876c266c8ec9795e8f2c83a6c0a7e846b0ebc51
M wear/compose/compose-material/src/main/java/androidx/wear/compose/material/SwipeToDismissBox.kt
M wear/compose/integration-tests/demos/src/main/java/androidx/wear/compose/integration/demos/MaterialDemos.kt
M wear/compose/integration-tests/demos/src/main/java/androidx/wear/compose/integration/demos/SwipeToDismissDemo.kt
https://android-review.googlesource.com/2606886
Branch: androidx-main
commit 9c913f364be2317ad46d820bec7e69d8e4fc1c42
Author: Rajat Biswas <rajatbiswas@google.com>
Date: Fri May 26 13:18:44 2023
Changing keys of remember block in SwipeToDismissBox
Bug: 280392104
Test: Manually tested
Relnote: "Changed keys of remember block in SwipeToDismissBox so that
new modifiers are created when content or background chnages."
Change-Id: Ib876c266c8ec9795e8f2c83a6c0a7e846b0ebc51
M wear/compose/compose-material/src/main/java/androidx/wear/compose/material/SwipeToDismissBox.kt
M wear/compose/integration-tests/demos/src/main/java/androidx/wear/compose/integration/demos/MaterialDemos.kt
M wear/compose/integration-tests/demos/src/main/java/androidx/wear/compose/integration/demos/SwipeToDismissDemo.kt
st...@google.com <st...@google.com>
pr...@google.com <pr...@google.com> #8
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.wear.compose:compose-material:1.3.0-alpha01
bh...@gmail.com <bh...@gmail.com> #9
C
Description
Component used: SwipeToDismissBox Version used: 1.2.0-alpha09 Devices/Android versions reproduced on: emulator
Uncommenting
backgroundScrimColor
in the sample is a hack to make it work again.