diff --git a/apps/readest-app/src/services/nativeAppService.ts b/apps/readest-app/src/services/nativeAppService.ts index 42cc6153..92d68c3e 100644 --- a/apps/readest-app/src/services/nativeAppService.ts +++ b/apps/readest-app/src/services/nativeAppService.ts @@ -451,11 +451,10 @@ export class NativeAppService extends BaseAppService { }); } if (this.isIOSApp) { + this.isOnlineCatalogsAccessible = this.distChannel !== 'appstore'; const res = await getStorefrontRegionCode(); if (res.regionCode) { this.storefrontRegionCode = res.regionCode; - this.isOnlineCatalogsAccessible = - this.storefrontRegionCode.toLowerCase() !== 'chn' || this.distChannel !== 'appstore'; } } await this.prepareBooksDir();