Improved Telecom Framework help texts

Removed unused imports
This commit is contained in:
Juha Heinanen
2026-05-02 10:42:53 +03:00
parent e89f99360e
commit f3bb47cdad
4 changed files with 6 additions and 11 deletions
@@ -1025,7 +1025,6 @@ class BaresipService: Service() {
} else {
// Peer un-held us
call.showOnHoldNotice.value = false
// Only clear the UI if we aren't also manually holding it
if (!call.onhold) {
call.callOnHold.value = false
connection?.setActive()