I am using Recycler view for showing list items. I have made the first view item 'GONE' and set its height to 0. Currently focus is on 2nd item (technically its a 1st item, since the actual 1st item is not there). What I observed is, if I swipe left, the talkback doesn't navigate to the item above recycler view. It gets stuck there.
Note: I have not made any attribute changes, everything is set as default.