renaming NewMessage to NewConversation, no other change

This commit is contained in:
tibbi 2020-04-13 15:26:25 +02:00
parent 2d1df0322f
commit ff05ec1623
4 changed files with 19 additions and 19 deletions

View file

@ -163,7 +163,7 @@ class MainActivity : SimpleActivity() {
}
private fun launchNewConversation() {
Intent(this, NewMessageActivity::class.java).apply {
Intent(this, NewConversationActivity::class.java).apply {
startActivity(this)
}
}