Skip to content

Commit

Permalink
fix: update IVPNTileService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 15, 2024
1 parent 75169ae commit c622aa8
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 c622aa8

Please sign in to comment.