mirror of
https://github.com/readest/readest.git
synced 2026-05-03 05:50:55 +00:00
This commit is contained in:
parent
759779a98d
commit
cf66665096
32 changed files with 327 additions and 60 deletions
|
|
@ -36,4 +36,11 @@ impl<R: Runtime> NativeBridge<R> {
|
|||
) -> crate::Result<InstallPackageResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn set_system_ui_visibility(
|
||||
&self,
|
||||
_payload: SetSystemUIVisibilityRequest,
|
||||
) -> crate::Result<SetSystemUIVisibilityResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue