renaming NewMessage to NewConversation, no other change
This commit is contained in:
parent
2d1df0322f
commit
ff05ec1623
4 changed files with 19 additions and 19 deletions
|
|
@ -163,7 +163,7 @@ class MainActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
private fun launchNewConversation() {
|
||||
Intent(this, NewMessageActivity::class.java).apply {
|
||||
Intent(this, NewConversationActivity::class.java).apply {
|
||||
startActivity(this)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue