Netbird Android App: not applying posture checks

Is your feature request related to a problem? Please describe.
I think so because posture check works on windows clients but not on android clients:
I added a posture check “block ip range” to a policy. This policy affects a group of peers to which windows laptops and android clients belong. Goal is to avoid passing accesses to the local network to the netbird VPN while the device is connected directly to that network.

While this works fine on windows clients (you can observe the route for the local network disappearing when connecting to it) this doesn’t happen to Android clients. The route persists and all accesses to the local network are routed via the netbird VPN.

Describe the solution you’d like
Same behaviour as on windows clients: the android client should respect posture checks.

Describe alternatives you’ve considered
The need is to make netbird sensitive for local network accesses. There’s a wireguard app that triggers to the current connected WLAN SSID and disables/enables with it. Netbird has a wider approach for many networks at the same time but there’s no mechanism to steer that automatically (only manually what is no option in day’s life).

Additional context
The posture check feature is great for that!