Skip to content

Commit

Permalink
fix build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 16, 2023
1 parent 6e2d849 commit 5edee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,7 @@ fn create_webview<T: UserEvent, F: Fn(RawWindow) + Send + 'static>(
target_os = "ios",
target_os = "android"
))]
let mut webview_builder = WebViewBuilder::new(&window);
let builder = WebViewBuilder::new(&window);
#[cfg(not(any(
target_os = "windows",
target_os = "macos",
Expand Down

0 comments on commit 5edee3a

Please sign in to comment.