ShamylZakariya / StickyHeaders

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.
MIT License
1.4k stars 187 forks source link

Accessibility using StickyHeaders #109

Open DevAnuragGarg opened 5 years ago

DevAnuragGarg commented 5 years ago

When the user has reached the last visible item on the screen (more items are present) of the list and right swipe, the list does not scroll to the next item and focus gets lost. It goes back to the back button of the toolbar. Checked with a simple recycler in a sample project and it was working fine in that. But using StickyHeaders, the focus is getting lost.

ShamylZakariya commented 4 years ago

This sounds problematic - mind sharing your simple demo app with me? I'd like to reproduce and fix this.