mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 13:08:23 +00:00
also disable appcenter crash-reporting if analytics is disabled
This commit is contained in:
parent
72c49cd74d
commit
e1362ff23c
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ object AnalyticsWrapperImpl : AnalyticsWrapper {
|
|||
|
||||
override fun startAnalytics() {
|
||||
Analytics.setEnabled(true)
|
||||
// Crashes.setEnabled(true)
|
||||
Crashes.setEnabled(true)
|
||||
}
|
||||
|
||||
override fun stopAnalytics() {
|
||||
Analytics.setEnabled(false)
|
||||
// Crashes.setEnabled(false)
|
||||
Crashes.setEnabled(false)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue