nikhilpanju / RecyclerViewEnhanced

Android Library to provide swipe, click and other functionality to RecyclerView
1.05k stars 185 forks source link

some problems #6

Closed BelongsH closed 8 years ago

BelongsH commented 8 years ago

I found that when the screen turns off when the swiped becomes ineffective and Viewholder multiplexing effect occurs.

test environment: Millet 3 system: 6.0.1

harsu-ag commented 8 years ago

This bug occurred in compiling sample project or its implementation.?

BelongsH commented 8 years ago

compiling sample project

harsu-ag commented 8 years ago
 @Override
    protected void onResume() {
        super.onResume();
        mRecyclerView.addOnItemTouchListener(onTouchListener);
    }

He probably missed this out in the MainActivity.

nikhilpanju commented 8 years ago

harsu-ag is correct. I missed it in onResume(). Added in v1.1

NiteshThakor commented 8 years ago

can i make left or right both side swipable recylerview using this library? its posible so how?