Skip to content

Commit

Permalink
Add stub for write connections
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Oct 6, 2024
1 parent 2aa661d commit fba1072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/io/nekohasekai/sfa/utils/CommandClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -133,6 +134,8 @@ open class CommandClient(
handler.updateClashMode(newMode)
}

override fun writeConnections(message: Connections?) {
}
}

}

0 comments on commit fba1072

Please sign in to comment.