Cut the username prefix of url in Nav Header

This commit is contained in:
Niko Diamadis
2023-02-05 12:53:21 +01:00
parent e89627066e
commit 9fec25a8bf
2 changed files with 1 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ internal class MessagesActivity :
user.text = settings.user?.name
val connection = headerView.findViewById<TextView>(R.id.header_connection)
connection.text = getString(R.string.connection, settings.user?.name, settings.url)
connection.text = settings.url
val version = headerView.findViewById<TextView>(R.id.header_version)
version.text =