Skip to content

Commit

Permalink
Merge branch 'remove-feature-indicator-code' into prepare-android/2024.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Oct 14, 2024
2 parents 0015322 + 760560c commit b518de1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal fun ManagementInterface.TunnelState.toDomain(): TunnelState =
location.toDomain()
} else null
},
featureIndicators = connected.featureIndicators.toDomain(),
featureIndicators = emptyList(),
)
ManagementInterface.TunnelState.StateCase.CONNECTED ->
TunnelState.Connected(
Expand All @@ -106,7 +106,7 @@ internal fun ManagementInterface.TunnelState.toDomain(): TunnelState =
null
}
},
featureIndicators = connected.featureIndicators.toDomain(),
featureIndicators = emptyList(),
)
ManagementInterface.TunnelState.StateCase.DISCONNECTING ->
TunnelState.Disconnecting(
Expand Down

0 comments on commit b518de1

Please sign in to comment.