Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Created April 13, 2018 11:02
Show Gist options
  • Save hasankucuk/9d01a25072240643451e3535011df7ce to your computer and use it in GitHub Desktop.
Save hasankucuk/9d01a25072240643451e3535011df7ce to your computer and use it in GitHub Desktop.
Sliding Menu Laggy Problem Fix
librarry in CustomViewBehind.java
public void scrollBehinTo >>
if(vis==View.INVISIBLE){}
<REPLACE TO>
if(vis!=View.INVISIBLE){setVisibility(vis);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment