From 7a5188e7d412348b30e13a07b39c1cdaf98cbde1 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 23 Feb 2020 03:09:00 +0200 Subject: [PATCH] - Don't show possible port of an AoR when asked about deleting the AoR. --- app/src/main/kotlin/com/tutpro/baresip/AccountListAdapter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/AccountListAdapter.kt b/app/src/main/kotlin/com/tutpro/baresip/AccountListAdapter.kt index b679b0f3..d0b7a540 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/AccountListAdapter.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/AccountListAdapter.kt @@ -39,7 +39,7 @@ class AccountListAdapter(private val cxt: Context, private val rows: ArrayList Api.ua_destroy(ua.uap) CallHistory.clear(ua.account.aor)