Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in android 6.0 (sony update) #385

Open
NguyenVanBaoHaui opened this issue Oct 3, 2016 · 5 comments
Open

Not working in android 6.0 (sony update) #385

NguyenVanBaoHaui opened this issue Oct 3, 2016 · 5 comments

Comments

@NguyenVanBaoHaui
Copy link

after swipe it turn back to before change .

@hfeky
Copy link

hfeky commented Oct 4, 2016

Yes, I have the same issue too. I tested it on Xperia XA Ultra 6.0. When I swipe the view, the back view gets hidden instantly although its touching part is working. It's like the drawing of the view is just not rendered. It's a very weird bug. I hope it gets fixed.

@pmSven
Copy link

pmSven commented Oct 27, 2016

i fixed the problem by adding this line into the onBindViewHolder Method of my RecyclerSwipeAdapter:

mItemManger.bindView(holder.itemView, position); //needed to work on sony devices with android6

@vicensq
Copy link

vicensq commented Feb 7, 2017

I have the same issue with Cubot Android 6.0. I used ArraySwipeAdapter, not RecyclerSwipeAdapter.
How can fix this problem?

Thanks

@appukrb
Copy link

appukrb commented Jun 22, 2017

@pmSven In this mItemManger.bindView(holder.itemView, position); What is mItemManger?

@pmSven
Copy link

pmSven commented Jun 23, 2017

its a member of the RecyclerSwipeAdapter.
public abstract class RecyclerSwipeAdapter<VH extends ViewHolder> extends Adapter<VH> implements SwipeItemMangerInterface, SwipeAdapterInterface { public SwipeItemRecyclerMangerImpl mItemManger = new SwipeItemRecyclerMangerImpl(this);

Gperez88 added a commit to Gperez88/AndroidSwipeLayout that referenced this issue Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants