Skip to content

Commit

Permalink
Merge pull request #412 from mysteriumnetwork/bugfix/Build_101_fixes
Browse files Browse the repository at this point in the history
Not ensure VPN permissions in onResume state
  • Loading branch information
ArtemHryhorovGeniusee authored Jul 7, 2021
2 parents 6e1ec60 + 05feb56 commit fff9b75
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 fff9b75

Please sign in to comment.