Skip to content

Commit

Permalink
fixed swipe when long click from chat screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tim06 committed Jan 31, 2021
1 parent 3480f19 commit d2b5809
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -1051,12 +1051,13 @@ public boolean onItemClick(View view, int position, float x, float y) {
}
processRowSelect(view, outside, x, y);
}
swipeBackEnabled = false;
return true;
}

@Override
public void onLongClickRelease() {

swipeBackEnabled = true;
}

@Override
Expand Down

0 comments on commit d2b5809

Please sign in to comment.