Skip to content

Commit

Permalink
Do not use forbidden word in Android code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 7, 2024
1 parent b70c42c commit aaa3e3c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,9 @@ class ManagementService(
val daitaSettings =
ManagementInterface.DaitaSettings.newBuilder()
.setEnabled(enabled)
// TODO: Before Multihop is supported on Android, calling `setDirectOnly`
// with false will cause undefined behaviour.
// Before Multihop is supported on Android, calling `setDirectOnly` with
// false will cause undefined behaviour. Will be fixed by as part of
// DROID-1412.
.setDirectOnly(true)
.build()
grpc.setDaitaSettings(daitaSettings)
Expand Down

0 comments on commit aaa3e3c

Please sign in to comment.