Skip to content

Commit

Permalink
Don't default ads to false
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Sep 13, 2023
1 parent 9454418 commit 81d9de8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/app/src/main/kotlin/io/lantern/model/SessionModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ class SessionModel(
// hard disable chat
tx.put(SessionManager.CHAT_ENABLED, false)
tx.put(PATH_SDK_VERSION, Internalsdk.sdkVersion())
//By Default set it to false
tx.put(SHOULD_SHOW_GOOGLE_ADS, false)
tx.put(SHOULD_SHOW_CAS_ADS, false)
}
updateAppsData()
checkAdsAvailability()
Expand Down

0 comments on commit 81d9de8

Please sign in to comment.