Skip to content

Instantly share code, notes, and snippets.

@imandaliya
Created September 17, 2018 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imandaliya/b9e9244dba4a6633f6fb68528a84de86 to your computer and use it in GitHub Desktop.
Save imandaliya/b9e9244dba4a6633f6fb68528a84de86 to your computer and use it in GitHub Desktop.
// Remove Support Animatoin
public class RecyclerViewUtils {
((SimpleItemAnimator) RecyclerView.getItemAnimator()).setSupportsChangeAnimations(false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment