Add stub for new callback

This commit is contained in:
世界
2024-03-14 13:57:39 +08:00
parent 31f51a3974
commit 3b72cddd2a

View File

@@ -217,6 +217,10 @@ class BoxService(
}
}
override fun postServiceClose() {
// Not used on Android
}
override fun getSystemProxyStatus(): SystemProxyStatus {
val status = SystemProxyStatus()
if (service is VPNService) {