android: fix issues due to rearchitecture
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user