Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
We are seeing crash #2 as well in our Android TV and Fire TV applications. We are using the androidx.leanback:leanback:1.0.0
version.
xz...@gmail.com <xz...@gmail.com> #3
we also find this crash, with androidx.leanback:leanback:1.0.0 and 'androidx.leanback:leanback:1.1.0-rc01'
it happens random and we can't reproduce crash and it also happen with particular device with android 9
Could anyone help?
it happens random and we can't reproduce crash and it also happen with particular device with android 9
Could anyone help?
xz...@gmail.com <xz...@gmail.com> #4
Also the same crash! It's the top crash.
xz...@gmail.com <xz...@gmail.com> #5
This issue is being reported by multiple partners - do we have visibility on how widespread it is?
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #6
I looked at Pitot and can't find these errors. In fact errors reported for leanback apps seem to be pretty low.
da...@google.com <da...@google.com> #7
There a few reports, but never had a way to reproduce it.
It will be helpful if you can find a reliable way to reproduce and paste a sample app with source code.
It will be helpful if you can find a reliable way to reproduce and paste a sample app with source code.
Description
Description of the issue
When using a , the focus jumps when passing from an element from one sub-adapter to an element from the other sub-adapter.
VerticalGridView
with aConcatAdapter
E.g.:
A recording of this can be found here: ConcatAdapter_bug_on_Android_TV.mp4 .
Component used
Devices/Android versions reproduced on
Sample project