Add a stub for errors coming from Android

These errors are related to VPN connection errors
This commit is contained in:
albexk 2023-12-22 15:35:24 +03:00
parent 375825125f
commit eafac491d8
4 changed files with 11 additions and 3 deletions

View file

@ -15,8 +15,6 @@ import android.os.Messenger
import android.widget.Toast
import androidx.annotation.MainThread
import androidx.core.content.ContextCompat
import java.io.FileNotFoundException
import java.io.FileOutputStream
import java.io.IOException
import kotlin.LazyThreadSafetyMode.NONE
import kotlinx.coroutines.CompletableDeferred