try fix build
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
da16a799fa
commit
9476d7fdbb
@ -163,8 +163,8 @@ pub fn call_main_service_pointer_input(kind: String, mask: i32, x: i32, y: i32)
|
|||||||
env.call_method(
|
env.call_method(
|
||||||
ctx,
|
ctx,
|
||||||
"rustPointerInput",
|
"rustPointerInput",
|
||||||
"(III)V",
|
"(Ljava/lang/String;III)V",
|
||||||
&[JValue::String(kind), JValue::Int(mask), JValue::Int(x), JValue::Int(y)],
|
&[JValue::Object(&JObject::from(name)), JValue::Int(mask), JValue::Int(x), JValue::Int(y)],
|
||||||
)?;
|
)?;
|
||||||
return Ok(());
|
return Ok(());
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user