- Added a log message.
This commit is contained in:
@ -52,6 +52,7 @@ class AccountsActivity : AppCompatActivity() {
|
||||
Utils.alertView(this, getString(R.string.notice),
|
||||
getString(R.string.account_allocation_failure))
|
||||
} else {
|
||||
Log.d("Baresip", "Allocated UA ${ua.uap} for $aor")
|
||||
newAorView.setText("")
|
||||
newAorView.hint = getString(R.string.user_domain)
|
||||
newAorView.clearFocus()
|
||||
|
||||
Reference in New Issue
Block a user