mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
use take()
This commit is contained in:
@@ -2174,7 +2174,7 @@ tauri::Builder::default()
|
||||
app: crate::ohos::APP
|
||||
.lock()
|
||||
.unwrap()
|
||||
.clone()
|
||||
.take()
|
||||
.expect("OpenHarmony app instance not initialized"),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user