Skip to content

Instantly share code, notes, and snippets.

@aballano
Created November 4, 2016 22:32
Show Gist options
  • Save aballano/9f1a9200169540eff3f498e27f332d37 to your computer and use it in GitHub Desktop.
Save aballano/9f1a9200169540eff3f498e27f332d37 to your computer and use it in GitHub Desktop.
public static Observable<Integer> itemLongClick(RecyclerView view) {
return Observable.create(new RecyclerViewItemLongClickOnSubscribe(view));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment