You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having problems running EasySwipeMenuLayout together with BRVAH. If I setup the swipe menu, no click event reaches the BRVAH adapter. Tried a lot with clickable/focusable settings, but it does not work. It works flawlessly if I remove the EasySwipeMenu.
Is there an example with a Recyclerview using BRVAH with OnItemClick and EasySwipeMenuLayout together?
// edit:
Thanks to the discussion in #19 I got it working using this in the adapter:
helper.getView(R.id.main_content_view_in_swipemenu).setOnClickListener((v -> {
// Do something
}));
But in my opinion it would be much nicer if the default mechanism of BRVAH (adapter.setOnClickListener) would work easily with this library.
The text was updated successfully, but these errors were encountered:
I am having problems running EasySwipeMenuLayout together with BRVAH. If I setup the swipe menu, no click event reaches the BRVAH adapter. Tried a lot with clickable/focusable settings, but it does not work. It works flawlessly if I remove the EasySwipeMenu.
Is there an example with a Recyclerview using BRVAH with OnItemClick and EasySwipeMenuLayout together?
// edit:
Thanks to the discussion in #19 I got it working using this in the adapter:
But in my opinion it would be much nicer if the default mechanism of BRVAH (adapter.setOnClickListener) would work easily with this library.
The text was updated successfully, but these errors were encountered: