Files
Zoltán Papp e98a704fe5 Replace VPNServiceRepository with ServiceAccessor pattern
VPNServiceRepository created its own service binding which caused conflicts
when unbinding - it would disconnect other components relying on the service.

Now NetworksFragmentViewModel uses ServiceAccessor from MainActivity, which
maintains a single shared service binding across all components.
2025-11-27 21:54:23 +01:00
..