Fixed finding of chat peer
This commit is contained in:
@ -73,7 +73,7 @@ class ChatActivity : AppCompatActivity() {
|
||||
imm = getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
|
||||
this@ChatActivity.window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN)
|
||||
|
||||
val chatPeer = Utils.friendlyUri(this, peerUri, userAgent.account)
|
||||
val chatPeer = Utils.friendlyUri(this, peerUri, userAgent.account, true)
|
||||
|
||||
title = String.format(getString(R.string.chat_with), chatPeer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user