mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
fix: adjust Cargo features to fix android build (#375)
This commit is contained in:
committed by
GitHub
parent
ba4ef9a037
commit
fdec66c69f
@@ -69,6 +69,7 @@ impl<R: Runtime> Dialog<R> {
|
||||
|
||||
/// Initializes the plugin.
|
||||
pub fn init<R: Runtime>() -> TauriPlugin<R> {
|
||||
#[allow(unused_mut)]
|
||||
let mut builder = Builder::new("dialog");
|
||||
|
||||
// Dialogs are implemented natively on Android
|
||||
|
||||
Reference in New Issue
Block a user