mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-14 16:47:21 +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…
Reference in a new issue