brizental pushed to branch tor-browser-137.0a1-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
a34445f5
by Beatriz Rizental at 2025-05-13T16:17:33+02:00
2 changed files:
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Components.kt
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Core.kt
Changes:
... | ... | @@ -233,7 +233,7 @@ class Components(private val context: Context) { |
233 | 233 | controller = nimbus.messaging,
|
234 | 234 | settings = settings,
|
235 | 235 | ),
|
236 | - MetricsMiddleware(metrics = analytics.metrics),
|
|
236 | + // MetricsMiddleware(metrics = analytics.metrics),
|
|
237 | 237 | CrashReportingAppMiddleware(
|
238 | 238 | CrashMiddleware(
|
239 | 239 | cache = SettingsCrashReportCache(settings),
|
... | ... | @@ -324,7 +324,7 @@ class Core( |
324 | 324 | RecentlyClosedMiddleware(recentlyClosedTabsStorage, RECENTLY_CLOSED_MAX),
|
325 | 325 | DownloadMiddleware(context, DownloadService::class.java),
|
326 | 326 | ReaderViewMiddleware(),
|
327 | - TelemetryMiddleware(context, context.settings(), metrics, crashReporter),
|
|
327 | + // TelemetryMiddleware(context, context.settings(), metrics, crashReporter),
|
|
328 | 328 | ThumbnailsMiddleware(thumbnailStorage),
|
329 | 329 | UndoMiddleware(context.getUndoDelay()),
|
330 | 330 | RegionMiddleware(context, locationService),
|