Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created September 14, 2017 10:25
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 jezinka/0e47c8533cbbf8aaa23c38ab20ce13c1 to your computer and use it in GitHub Desktop.
Save jezinka/0e47c8533cbbf8aaa23c38ab20ce13c1 to your computer and use it in GitHub Desktop.
case R.id.fill_list_item:
fillList(false);
return true;
case R.id.fill_list_empty_item:
fillList(true);
return true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment