Skip to content

Commit

Permalink
Merge pull request #359 from ivpn/bugfix/connect-from-shortcut
Browse files Browse the repository at this point in the history
Impossible to enable the VPN from the shortcut/quickAccess bar
  • Loading branch information
jurajhilje authored Aug 20, 2024
2 parents 30db499 + c622aa8 commit 10e326f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ class IVPNTileService: TileService() {
val vpnIntent = Intent(this, PermissionActivity::class.java)
vpnIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
startActivity(vpnIntent)

connect.connectIfNot()
}

tile.updateTile()
Expand Down

0 comments on commit 10e326f

Please sign in to comment.