Skip to content

Commit

Permalink
Merge pull request #1469 from Infomaniak/put-back-matomo
Browse files Browse the repository at this point in the history
fix(Matomo): Reenable matomo
  • Loading branch information
FabianDevel authored Oct 15, 2024
2 parents b10a504 + 7e1ec13 commit 19543ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core
2 changes: 1 addition & 1 deletion app/src/main/java/com/infomaniak/drive/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import java.util.UUID

class MainApplication : Application(), ImageLoaderFactory, DefaultLifecycleObserver {

val matomoTracker: Tracker by lazy { buildTracker(shouldOptOut = true) }
val matomoTracker: Tracker by lazy { buildTracker() }
var geniusScanIsReady = false

private val appUpdateWorkerScheduler by lazy { AppUpdateScheduler(applicationContext) }
Expand Down

0 comments on commit 19543ab

Please sign in to comment.