We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0718de4 commit 895c3abCopy full SHA for 895c3ab
samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins/PassiveLocationPlugin.kt
@@ -79,9 +79,6 @@ class PassiveLocationPlugin(val context: Context) : Plugin {
79
put("isMock", JsonPrimitive(passiveLastKnownLocation?.isMock))
80
}
81
})
82
- } else {
83
- // If we don't have permissions then just set event.context.location = "n/a"
84
- put("location", JsonPrimitive("n/a"))
85
86
87
0 commit comments