Add stub for new callback

This commit is contained in:
世界 2024-03-14 13:57:39 +08:00
parent 31f51a3974
commit 3b72cddd2a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

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) {