Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

While dragging sometimes items disapper #19

Open
MFlisar opened this issue Aug 28, 2015 · 3 comments
Open

While dragging sometimes items disapper #19

MFlisar opened this issue Aug 28, 2015 · 3 comments

Comments

@MFlisar
Copy link

MFlisar commented Aug 28, 2015

If I drag fast and for a longer time up and down, I can see that sometimes items disappear... Their place is empty...

I also encountered that the dragged view that is animated in the recyclerview sometimes disappers and sometimes is visible...

Is there any solution for that?

@Meeks91
Copy link

Meeks91 commented Oct 22, 2015

Did you ever fix this ??

1 similar comment
@HarveyLee1228
Copy link

Did you ever fix this ??

@isxiaohu
Copy link

isxiaohu commented Sep 1, 2016

    @Override
    public boolean onTouch(View v, MotionEvent event) {
        if(event.getAction() == event.ACTION_DOWN){
            isDraging = false;
        }
        return false;
    }

  if(!isDraging){
            holder.swipeLayout.setVisibility(View.VISIBLE);
        }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants