From feecb7dcf0b6cc08bb1a0ec1f20d54575a70d728 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 7 Jan 2026 01:16:43 +0200 Subject: [PATCH] Fixed baresip contact long click alert --- app/src/main/kotlin/com/tutpro/baresip/ContactsScreen.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/kotlin/com/tutpro/baresip/ContactsScreen.kt b/app/src/main/kotlin/com/tutpro/baresip/ContactsScreen.kt index 2b82789d..47f2d0b6 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/ContactsScreen.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/ContactsScreen.kt @@ -371,6 +371,7 @@ private fun ContactsContent( } Contact.removeBaresipContact(contact) } + neutralText.value = "" showDialog.value = true } )