- Change color of account's notification icon to white when account's Register
is unchecked.
This commit is contained in:
@@ -537,7 +537,7 @@ class BaresipService: Service() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
"unregistering" -> {
|
"unregistering" -> {
|
||||||
status[account_index] = R.drawable.dot_yellow
|
status[account_index] = R.drawable.dot_white
|
||||||
updateStatusNotification()
|
updateStatusNotification()
|
||||||
if (!Utils.isVisible())
|
if (!Utils.isVisible())
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user