improved implementation of previous commit
This commit is contained in:
@ -265,7 +265,7 @@ class AccountActivity : AppCompatActivity() {
|
||||
Log.e("Baresip", "Failed to update UA with AoR $aor")
|
||||
}
|
||||
|
||||
if (newRegint > 0) UserAgent.ua_register(MainActivity.uas[uaIndex].uap)
|
||||
if (regCheck.isChecked) UserAgent.ua_register(MainActivity.uas[uaIndex].uap)
|
||||
|
||||
setResult(RESULT_OK, intent)
|
||||
finish()
|
||||
|
||||
Reference in New Issue
Block a user