From 2c0d698ac9d5937164709bce0459f7b0a969fa72 Mon Sep 17 00:00:00 2001 From: Sadwhy <99601717+Sadwhy@users.noreply.github.com> Date: Sun, 10 Dec 2023 11:29:58 +0600 Subject: [PATCH] Tracking denied --- app/src/main/java/ani/dantotsu/others/DisabledReports.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/ani/dantotsu/others/DisabledReports.kt b/app/src/main/java/ani/dantotsu/others/DisabledReports.kt index 8dc4a0e4..967dcb04 100644 --- a/app/src/main/java/ani/dantotsu/others/DisabledReports.kt +++ b/app/src/main/java/ani/dantotsu/others/DisabledReports.kt @@ -1,4 +1,4 @@ package ani.dantotsu.others -const val DisabledReports = false -//Setting this to false, will allow sending crash reports to Dantotsu's Firebase Crashlytics \ No newline at end of file +const val DisabledReports = true +//Setting this to false, will allow sending crash reports to Dantotsu's Firebase Crashlytics