Skip to content

Instantly share code, notes, and snippets.

@TaylanUB
Created April 8, 2019 13:38
Show Gist options
  • Save TaylanUB/2ac6d562456363a5c1e53a5c3ec8c3cb to your computer and use it in GitHub Desktop.
Save TaylanUB/2ac6d562456363a5c1e53a5c3ec8c3cb to your computer and use it in GitHub Desktop.
NestedScrollView nestedScrollView = new NestedScrollView(this){
@Override
public void onStopNestedScroll(View target) {
super.onStopNestedScroll(target);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment