mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08:00
parent
2cccb9b4fa
commit
4a95770553
@ -31,7 +31,7 @@ data class SocketSetting(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun getUriTypeCheckId(): Int {
|
fun getUriTypeCheckId(): Int {
|
||||||
return when (method) {
|
return when (uriType) {
|
||||||
"ssl" -> R.id.rb_uriType_ssl
|
"ssl" -> R.id.rb_uriType_ssl
|
||||||
else -> R.id.rb_uriType_tcp
|
else -> R.id.rb_uriType_tcp
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user