mirror of
https://github.com/readest/readest.git
synced 2026-05-03 05:50:55 +00:00
This commit is contained in:
parent
f2f744a2fe
commit
f46be89036
16 changed files with 156 additions and 29 deletions
|
|
@ -98,4 +98,8 @@ impl<R: Runtime> NativeBridge<R> {
|
|||
pub fn iap_restore_purchases(&self) -> crate::Result<IAPRestorePurchasesResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn get_system_color_scheme(&self) -> crate::Result<GetSystemColorSchemeResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue