fix: android

This commit is contained in:
2024-10-18 13:14:54 +01:00
parent e6b606e8fb
commit 1e487f89a5

View File

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