Files
Zoltan Papp 2536a835e4 Replace VPNServiceRepository with ServiceAccessor pattern (#114)
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-12-03 22:46:56 +01:00
..