Skip to content

Instantly share code, notes, and snippets.

@samyak-jain
Created November 14, 2018 17:07
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 samyak-jain/0c6bf96977d8ac49a93ecc96075295b2 to your computer and use it in GitHub Desktop.
Save samyak-jain/0c6bf96977d8ac49a93ecc96075295b2 to your computer and use it in GitHub Desktop.
public void onChatClicked(View view) {
Intent loginIntent = new Intent(this, LoginActivity.class);
loginIntent.putExtra(LOGIN_MESSAGE, channelName);
startActivity(loginIntent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment