mirror of
https://github.com/readest/readest.git
synced 2026-05-05 07:09:20 +00:00
chore(opds): disable popular online opds catalogs in certain regions on App Store (#3031)
This commit is contained in:
parent
d1d0d2d59c
commit
48920a87bf
18 changed files with 170 additions and 46 deletions
|
|
@ -137,6 +137,10 @@ impl<R: Runtime> NativeBridge<R> {
|
|||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn get_storefront_region_code(&self) -> crate::Result<GetStorefrontRegionCodeResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn request_manage_storage_permission(
|
||||
&self,
|
||||
) -> crate::Result<RequestManageStoragePermissionResponse> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue