mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Add stub for write connections
This commit is contained in:
parent
2aa661d507
commit
fba1072910
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ import go.Seq
|
|||
import io.nekohasekai.libbox.CommandClient
|
||||
import io.nekohasekai.libbox.CommandClientHandler
|
||||
import io.nekohasekai.libbox.CommandClientOptions
|
||||
import io.nekohasekai.libbox.Connections
|
||||
import io.nekohasekai.libbox.Libbox
|
||||
import io.nekohasekai.libbox.OutboundGroup
|
||||
import io.nekohasekai.libbox.OutboundGroupIterator
|
||||
|
@ -133,6 +134,8 @@ open class CommandClient(
|
|||
handler.updateClashMode(newMode)
|
||||
}
|
||||
|
||||
override fun writeConnections(message: Connections?) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue