mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Fix import profile
This commit is contained in:
parent
cac0714587
commit
33f37128e4
2 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,8 @@ class MainActivity : AbstractActivity(), ServiceConnection.Callback {
|
|||
|
||||
reconnect()
|
||||
startIntegration()
|
||||
|
||||
onNewIntent(intent)
|
||||
}
|
||||
|
||||
override fun onNewIntent(intent: Intent) {
|
||||
|
|
|
@ -57,6 +57,9 @@ class NewProfileActivity : AbstractActivity() {
|
|||
binding.name.editText?.setText(importName)
|
||||
binding.type.text = TypedProfile.Type.Remote.name
|
||||
binding.remoteURL.editText?.setText(importURL)
|
||||
binding.localFields.isVisible = false
|
||||
binding.remoteFields.isVisible = true
|
||||
binding.autoUpdateInterval.text = "60"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue