Skip to content

Commit

Permalink
Check ads availability everytime MainActivity resumes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Oct 4, 2023
1 parent 305e4fa commit a6ac3a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ class MainActivity :
Logger.d(TAG, "LanternVpnService is running, updating VPN preference")
vpnModel.setVpnOn(true)
}

sessionModel.checkAdsAvailability()
Logger.debug(TAG, "onResume() finished at ${System.currentTimeMillis() - start}")
}

Expand Down

0 comments on commit a6ac3a5

Please sign in to comment.