#182 - Added back an opt-out for the cache, now automatically disabled in case of crash
This commit is contained in:
@@ -348,9 +348,6 @@ export class Omnisearch {
|
||||
}
|
||||
|
||||
public async writeToCache(): Promise<void> {
|
||||
if (Platform.isIosApp) {
|
||||
return
|
||||
}
|
||||
await cacheManager.writeMinisearchCache(
|
||||
this.minisearch,
|
||||
this.indexedDocuments
|
||||
|
||||
Reference in New Issue
Block a user