Skip to content

Commit

Permalink
Add stub for updateRouteOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Dec 28, 2024
1 parent 7e6eeb5 commit 47fe044
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ interface PlatformInterfaceWrapper : PlatformInterface {
error("invalid argument")
}

override fun updateRouteOptions(options: TunOptions?) {
error("not implemented")
}

override fun useProcFS(): Boolean {
return Build.VERSION.SDK_INT < Build.VERSION_CODES.Q
}
Expand Down

0 comments on commit 47fe044

Please sign in to comment.