Fixed typo

This commit is contained in:
Juha Heinanen
2026-02-19 05:04:22 +02:00
parent 25e8abaed0
commit 0a58bf2d30

View File

@ -1539,8 +1539,7 @@ class BaresipService: Service() {
}, 500L, 2000L) }, 500L, 2000L)
} }
} }
\
private fun shouldStartRinging(callerNumber: String): Boolean { private fun shouldStartRinging(callerNumber: String): Boolean {
val currentFilter = nm.currentInterruptionFilter val currentFilter = nm.currentInterruptionFilter
if (currentFilter <= NotificationManager.INTERRUPTION_FILTER_ALL) if (currentFilter <= NotificationManager.INTERRUPTION_FILTER_ALL)