Skip to content

Commit

Permalink
Merge branch 'release/candidate' into fix/get_e2ei_certificate_button…
Browse files Browse the repository at this point in the history
…_when_no_certificate-cherry-pick
  • Loading branch information
borichellow committed May 15, 2024
2 parents f6287df + 1c93e47 commit e8b8e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fun NetworkSettingsScreenContent(
val isWebSocketEnforcedByDefault = remember {
isWebsocketEnabledByDefault(appContext)
}
val switchState = remember {
val switchState = remember(isWebSocketEnabled) {
if (isWebSocketEnforcedByDefault) {
SwitchState.TextOnly(true)
} else {
Expand Down

0 comments on commit e8b8e12

Please sign in to comment.