- Don't show possible port of an AoR when asked about deleting the AoR.

This commit is contained in:
Juha Heinanen
2020-02-23 03:09:00 +02:00
parent 4854ce12ff
commit 7a5188e7d4

View File

@ -39,7 +39,7 @@ class AccountListAdapter(private val cxt: Context, private val rows: ArrayList<A
Log.d("Baresip", "Delete button clicked")
val deleteDialog = AlertDialog.Builder(cxt)
deleteDialog.setMessage(String.format(cxt.getString(R.string.delete_account),
ua.account.aor))
aorView.text))
deleteDialog.setPositiveButton(cxt.getText(R.string.delete)) { dialog, _ ->
Api.ua_destroy(ua.uap)
CallHistory.clear(ua.account.aor)