From 4824593a1e4800ab3dd8c2e5a304eb9d7b26f645 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 30 Mar 2020 14:13:55 +0300 Subject: [PATCH] - Change color of account's notification icon to white when account's Register is unchecked. --- app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index 52fc0124..8477a1ea 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -537,7 +537,7 @@ class BaresipService: Service() { return } "unregistering" -> { - status[account_index] = R.drawable.dot_yellow + status[account_index] = R.drawable.dot_white updateStatusNotification() if (!Utils.isVisible()) return