The app keeps losing the pifi when I tap VPN tab. It says “Not detected fix”. Tapping on it and the app searches and find it. Now it works, but is consistently losing detection. I have to do this extra step constantly. I expect when I tap the VPN tab to see the vpn either connected or setup vpn, change server, etc. Why does the app keep losing the Pifi? Thanks
It’s when the app is resuming from Idle it needs to draw the user interface but also has to poll to see if you’re connected
So not a reflection of the VPN status, more so that the app is loaded before it’s able to poll the device.
There are various different approaches to a more elegant solution - one would be a splash screen for a 1-2 seconds when opening the app. Whether it’s a splash screen or something else, it will be added to the app but it could be one or two updates away as there are some more core things being added first.