remove unused imports

This commit is contained in:
egor-white
2025-07-04 14:05:48 +03:00
parent b0a4c3d2f5
commit b5d9ec6f19

View File

@@ -5,7 +5,6 @@ import android.app.Notification
import android.app.NotificationChannel
import android.app.NotificationManager
import android.app.PendingIntent
import android.content.Context
import android.content.Intent
import android.content.SharedPreferences
import android.net.VpnService
@@ -14,10 +13,7 @@ import android.util.Log
import android.widget.Toast
import androidx.core.app.NotificationCompat
import com.cherret.zaprett.MainActivity
import com.cherret.zaprett.byedpi.NativeBridge
import com.cherret.zaprett.R
import com.cherret.zaprett.byedpi.ServiceStatus
import com.cherret.zaprett.byedpi.TProxyService
import com.cherret.zaprett.getActiveStrategy
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers