Commit d3059151 authored by Mygod's avatar Mygod

Fix typo

parent cc9e26a8
......@@ -41,7 +41,7 @@ import java.net.URISyntaxException
*/
class ProxyInstance(val profile: Profile, private val route: String = profile.route) {
init {
require(profile.host.isNotEmpty() && (profile.method == "none" || profile.password.isEmpty())) {
require(profile.host.isNotEmpty() && (profile.method == "none" || profile.password.isNotEmpty())) {
app.getString(R.string.proxy_empty)
}
// check the crypto
......
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