mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-18 11:17:06 +00:00
Clarify permissions error w/ Always On VPN (#119)
This commit is contained in:
parent
ffe2db283c
commit
4bbd6c01ea
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ class MainActivity: FlutterActivity() {
|
|||
if (resultCode != Activity.RESULT_OK) {
|
||||
// The user did not grant permissions
|
||||
siteContainer.updater.setState(false, "Disconnected")
|
||||
return result.error("permissions", "Please grant VPN permissions to the app when requested", null)
|
||||
return result.error("permissions", "Please grant VPN permissions to the app when requested. (If another VPN is running, please disable it now.)", null)
|
||||
}
|
||||
|
||||
// Start the VPN service
|
||||
|
|
Loading…
Reference in a new issue