Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HealthNotifier: fix dependent messages handling (#573)
Fixes tailscale/corp#24582 Android port of tailscale/corp#24719. We were not clearing dependency warnings when a new warning was added which was listed as a dependency of a pre-existing warning. For instance, if `dns-read-os-config-failed` is added to the warnings before `network-status` is added, we were ignoring the dependency by not removing `dns-read-os-config-failed` upon adding `network-status`. This PR addresses that. Signed-off-by: Andrea Gottardo <[email protected]>
- Loading branch information