Skip to content

Commit 98f9342

Browse files
authored
fix: Use proper bundle key for Android URL property (#679)
1 parent 828979e commit 98f9342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/android/src/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ impl NodeWrapper<'_> {
335335
.unwrap()
336336
.l()
337337
.unwrap();
338-
let key = env.new_string("url").unwrap();
338+
let key = env.new_string("AccessibilityNodeInfo.targetUrl").unwrap();
339339
let value = env.new_string(url).unwrap();
340340
env.call_method(
341341
&extras,

0 commit comments

Comments
 (0)