mirror of
https://github.com/readest/readest.git
synced 2026-05-01 04:50:50 +00:00
This commit is contained in:
parent
0b01132d88
commit
5ee860f1e8
31 changed files with 282 additions and 64 deletions
|
|
@ -102,4 +102,8 @@ impl<R: Runtime> NativeBridge<R> {
|
|||
pub fn get_system_color_scheme(&self) -> crate::Result<GetSystemColorSchemeResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn get_safe_area_insets(&self) -> crate::Result<GetSafeAreaInsetsResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue