- 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
|
||||
}
|
||||
"unregistering" -> {
|
||||
status[account_index] = R.drawable.dot_yellow
|
||||
status[account_index] = R.drawable.dot_white
|
||||
updateStatusNotification()
|
||||
if (!Utils.isVisible())
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user