mirror of
https://github.com/readest/readest.git
synced 2026-05-01 04:50:50 +00:00
parent
ad551a04a1
commit
172ab382bc
19 changed files with 148 additions and 20 deletions
|
|
@ -43,4 +43,8 @@ impl<R: Runtime> NativeBridge<R> {
|
|||
) -> crate::Result<SetSystemUIVisibilityResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn get_status_bar_height(&self) -> crate::Result<GetStatusBarHeightResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue