- Change color of account's notification icon to white when account's Register

is unchecked.
This commit is contained in:
Juha Heinanen
2020-03-30 14:13:55 +03:00
parent ee3784b264
commit 4824593a1e

View File

@ -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