Fixed adding of new chat peer
This commit is contained in:
@@ -185,6 +185,7 @@ class ChatsActivity: AppCompatActivity() {
|
|||||||
peerUri.isCursorVisible = false
|
peerUri.isCursorVisible = false
|
||||||
val i = Intent(this@ChatsActivity, ChatActivity::class.java)
|
val i = Intent(this@ChatsActivity, ChatActivity::class.java)
|
||||||
val b = Bundle()
|
val b = Bundle()
|
||||||
|
b.putString("aor", aor)
|
||||||
b.putString("peer", uri)
|
b.putString("peer", uri)
|
||||||
i.putExtras(b)
|
i.putExtras(b)
|
||||||
chatRequest.launch(i)
|
chatRequest.launch(i)
|
||||||
|
|||||||
Reference in New Issue
Block a user