Skip to content

Commit 03413db

Browse files
authored
update event name to match android
1 parent 7972515 commit 03413db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpacityCore/src/main/kotlin/com/opacitylabs/opacitycore/InAppBrowserActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class InAppBrowserActivity : AppCompatActivity() {
198198
private fun emitLocationEvent(url: String) {
199199
val event: Map<String, Any?> =
200200
mapOf(
201-
"event" to "location",
201+
"event" to "location_changed",
202202
"url" to url,
203203
"id" to System.currentTimeMillis().toString()
204204
)

0 commit comments

Comments
 (0)