Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Dec 14, 2023
1 parent 89adae1 commit b3681ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/android/jni/nick_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ impl NickName {
"(Ljava/lang/String;Ljava/lang/String;)I",
&[
JValue::Object(&permission_str.into()),
JValue::Object(&package_str.into()),
JValue::Object(&package_str),
],
)
// .expect("Failed to call checkSelfPermission method")
Expand Down

0 comments on commit b3681ec

Please sign in to comment.