From 0a58bf2d30d91d72c95399eef76d89b71dd344c0 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 19 Feb 2026 05:04:22 +0200 Subject: [PATCH] Fixed typo --- app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index cfa079a8..5b9f6b6e 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -1539,8 +1539,7 @@ class BaresipService: Service() { }, 500L, 2000L) } } - -\ + private fun shouldStartRinging(callerNumber: String): Boolean { val currentFilter = nm.currentInterruptionFilter if (currentFilter <= NotificationManager.INTERRUPTION_FILTER_ALL)