mobile changes

This commit is contained in:
2026-03-26 16:36:30 +07:00
parent 79369520bb
commit cf2f886981
@@ -76,7 +76,8 @@ class TunVpnService : VpnService() {
val fd = vpnInterface!!.detachFd()
try {
activeSession = SessionManager().startMobile("$ip:$port", fd, cacheDir.absolutePath)
val manager = SessionManager()
activeSession = manager.spawnSession("$ip:$port", fd, cacheDir.absolutePath)
triggerVibration(true)
sendStatusBroadcast("connected")
} catch (e: Exception) {