Fixed
Status Update
Comments
rv...@google.com <rv...@google.com>
rv...@google.com <rv...@google.com>
rv...@google.com <rv...@google.com> #2
Thanks for reporting this. We will investigate this and get back to you once we have an update.
ap...@google.com <ap...@google.com> #3
Looks like this is fixed in master, presumably as part of the synchronization with the chromeos gcc. Won't make r11, but will be in the next update.
rv...@google.com <rv...@google.com> #4
Is this fixed? I am seeing linker error on log2 while using ndk-r13b.
pr...@google.com <pr...@google.com> #5
log2 wasn't available in android until jb-mr2 (android-18).
Also possible that the problem you're seeing is just more ofhttps://github.com/android-ndk/ndk/issues/82 . Essentially, we have to build gnustl against the minimum supported version (currently android-14), so it can't make use of anything that was present in that version. We're working on fixing this for libc++ with a better libandroid_support, but that's still WIP.
Also possible that the problem you're seeing is just more of
Description
Component used: TV
Version used: 1.0.0-alpha03
Devices/Android versions reproduced on: Emulator (Android TV 4K API 33)
This is pretty simple to reproduce. For items within an immersive list, the
focusableItem
modifier should be applied to each list item in which the background should change. IffocusableItem
is used withclickable
clickable no longer works.I think passing an
InteractionSource
tofocusableItem
which is also shared withclickable
will resolve the issue.