Added Call/Dial option to contacts screen menu

This commit is contained in:
Juha Heinanen
2026-07-09 09:39:21 +03:00
parent da22fbc5f5
commit bc4659859a
6 changed files with 26 additions and 2 deletions
@@ -3156,6 +3156,7 @@ class BaresipService: Service() {
}
var contactsMode by mutableStateOf("baresip")
var contactAction by mutableStateOf("call")
var addressFamily = ""
var dnsServers = listOf<InetAddress>()