Last active
July 22, 2021 12:43
-
-
Save swahaniroy/7fdec2406f18b4302c3b954713a52c01 to your computer and use it in GitHub Desktop.
Routing function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void newChatTapped(View view) { | |
| startActivity(new Intent(ConversationsActivity.this, SelectContactActivity.class)); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment