fix: android

This commit is contained in:
kieran 2024-10-18 13:14:54 +01:00
parent e6b606e8fb
commit 1e487f89a5
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -9,6 +9,8 @@ mod widgets;
mod theme; mod theme;
mod note_store; mod note_store;
use eframe::Renderer;
use crate::app::ZapStreamApp;
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
use winit::platform::android::activity::AndroidApp; use winit::platform::android::activity::AndroidApp;