diff --git a/leaf/src/mobile/callback.rs b/leaf/src/mobile/callback.rs
index 12bc5443c..02a98fd37 100644
--- a/leaf/src/mobile/callback.rs
+++ b/leaf/src/mobile/callback.rs
@@ -44,7 +44,7 @@ pub mod android {
use anyhow::{anyhow, Result};
use jni::{objects::*, JavaVM};
- use parking_lot::RwLock;
+ use std::sync::RwLock;
static JVM: RwLock