Status Update
Comments
st...@gmail.com <st...@gmail.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #3
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
pr...@google.com <pr...@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
eb...@gmail.com <eb...@gmail.com> #6
Maybe something similar exists also on shared content transition? I've just opened a file
(just the note the fix here is indifferent about my issue as could see it both in beta03 and beta04)
(and I'll understand if you see that issue as invalid as it's my duty to replicate that locally first even though it's GitHub Actions and don't have access to the machine, still)
Description
Component used: Navigation
Version used: 2.8.0-beta02
Devices/Android versions reproduced on: VanillaIceCream(AP31.240426.023.B4) with Predictive back in developer options turned on
With a new project generated from Android Studio, I added
android:enableOnBackInvokedCallback="true"
and I bumped all dependencies to the latest available, where the relevant ones are:Then MainActivity looks like this:
And doing this interaction:
Noticed this bug as I could not longer navigate in my codebase since I got my nav events wrapped in
dropUnlessResumed {}
which at that point means you're dropping all of those those.