android: fix issues due to rearchitecture

This commit is contained in:
William Casarin
2024-12-13 08:32:24 -08:00
parent 8b80096290
commit c3bbc6b977
8 changed files with 306 additions and 308 deletions

View File

@@ -2,3 +2,10 @@ pub mod app_size;
pub mod fonts;
pub mod setup;
pub mod theme;
mod app;
pub use app::Notedeck;
#[cfg(target_os = "android")]
mod android;