mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:33:26 +00:00
fix: some nonsense
This commit is contained in:
@@ -194,8 +194,7 @@ export const useDownloadManager = () => {
|
||||
await FileSystem.getInfoAsync(`${FileSystem.cacheDirectory}movie-web`)
|
||||
).exists
|
||||
) {
|
||||
console.error("Cache directory is unavailable");
|
||||
return;
|
||||
await ensureDirExists(`${FileSystem.cacheDirectory}movie-web`);
|
||||
}
|
||||
|
||||
const downloadResumable = FileSystem.createDownloadResumable(
|
||||
|
Reference in New Issue
Block a user