Rúben Sousa

Results 42 comments of Rúben Sousa

Is it the same issue with the existing DrawerLayout like in this [SO](http://stackoverflow.com/questions/18029874/drawerlayout-getting-stuck-on-swipe) question?

I think it's a bug because you can't drag the view after it appears (it gets stuck). This is also happening with the DrawerBehavior, so I thought this issue was...

Ok, I'll try to reproduce it. Thank you for making this library!

Added `DpadSelectionSnapHelper` that helps with this in `1.3.0-alpha04`

@homayoonahmadi can you share a sample that reproduces this problem?

@fankloano @homayoonahmadi Can you please try this: `setLayoutWhileScrollingEnabled(false)` and let me know if it solves the issue?

@fankloano Can you please create a project in github using this library that reproduces that problem? Otherwise it's really hard for me to help

@fankloano Fix attempt in `1.3.0-alpha03` will be released. Please try it out

@fankloano Released in `1.3.0-alpha03` now. Please try it out and let me know

`DpadRecyclerView` disables the focus search automatically during animations, which are triggered when you change the contents: https://rubensousa.github.io/DpadRecyclerView/api/dpadrecyclerview/com.rubensousa.dpadrecyclerview/-dpad-recycler-view/set-focus-search-enabled-during-animations.html This is done on purpose because on TVs the experience of focus would...