Commit e35474cc authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Updates ServerFragment.kt

parent a2b65070
...@@ -224,7 +224,7 @@ class ServerFragment : Fragment(), ServerView { ...@@ -224,7 +224,7 @@ class ServerFragment : Fragment(), ServerView {
} }
protocol = "${url.scheme()}://" protocol = "${url.scheme()}://"
text_server_url.textContent = url.toString().removePrefix("${url.scheme()}://") text_server_url.textContent = url.toString().removePrefix(protocol)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment