We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3705e commit 8995859Copy full SHA for 8995859
mobile/src/main/java/com/windscribe/mobile/ui/connection/ConnectionViewmodel.kt
@@ -646,6 +646,7 @@ class ConnectionViewmodelImpl @Inject constructor(
646
showToast(com.windscribe.vpn.R.string.protocol_change_is_not_available_for_custom_config)
647
} else {
648
appScope.launch {
649
+ preferences.globalUserConnectionPreference = true
650
autoConnectionManager.changeProtocolInForeground()
651
}
652
0 commit comments