Skip to content

Instantly share code, notes, and snippets.

@alpbak
Created March 6, 2020 08:39
Show Gist options
  • Save alpbak/3412242caf9b1fe5b8e0a6ea8a6f8e2a to your computer and use it in GitHub Desktop.
Save alpbak/3412242caf9b1fe5b8e0a6ea8a6f8e2a to your computer and use it in GitHub Desktop.
private void sendBlockUser(Context context, ParseUser blocker, ParseUser blocked)
{
//swipeUp.removeUserFromList(blocked);
ProfileUtil.sendBlock(context, blocker, blocked);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment