Skip to content

Commit

Permalink
Not ensure VPN permissions in onResume state
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemHryhorovGeniusee committed Jul 7, 2021
1 parent 6e1ec60 commit 05feb56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ class SplashActivity : BaseActivity() {
super.onResume()
if (isVpnPermissionGranted) {
checkForGoogleMarketUpdates()
} else {
ensureVpnServicePermission()
}
}

Expand Down

0 comments on commit 05feb56

Please sign in to comment.