mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01: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