diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index 061015a4..5c2c4a77 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -258,17 +258,14 @@ class BaresipService: Service() { else MainActivity.images[account_index] = R.drawable.dot_green updateStatusNotification() - if (!Utils.isVisible()) return } "registering failed" -> { MainActivity.images[account_index] = R.drawable.dot_red updateStatusNotification() - if (!Utils.isVisible()) return } "unregistering" -> { MainActivity.images[account_index] = R.drawable.dot_yellow updateStatusNotification() - if (!Utils.isVisible()) return } "call ringing" -> { return