Talkback focus goes to toolbar items when recyclerview within nestedscrollview is scrolled
问题 I have a nestedscrollview within my layout which contains few texts, buttons and recyclerviews. When talkback is on, I am able to traverse through all elements. But I face an issue. When my horizontal recyclerview is scrolled and then I swipe to hear the talkback, the focus moves to the toolbar first item. Then I need to traverse through all the visible items to reach to the horizontal scrollview scrolled item. This issue arises only for recyclerviews within nestedscrollview. My