`StatusBarOverlay.isReachable` returns true when it is not reachable (view is showing correctly). ``` (lldb) po StatusBarOverlay.isReachable true (lldb) po self.shared.reachability?.connection ▿ Optional<Connection> - some : No Connection ```
StatusBarOverlay.isReachablereturns true when it is not reachable (view is showing correctly).