mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(analytics): expand DataDog RUM integration and align with iOS parity (#4970)
This commit is contained in:
parent
e249461e3c
commit
0167063497
10 changed files with 109 additions and 34 deletions
|
|
@ -31,7 +31,7 @@ import org.meshtastic.core.repository.RadioPrefs
|
|||
import org.meshtastic.core.repository.UiPrefs
|
||||
|
||||
class FakeAnalyticsPrefs : AnalyticsPrefs {
|
||||
override val analyticsAllowed = MutableStateFlow(false)
|
||||
override val analyticsAllowed = MutableStateFlow(true)
|
||||
|
||||
override fun setAnalyticsAllowed(allowed: Boolean) {
|
||||
analyticsAllowed.value = allowed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue