mirror of
https://github.com/ReVanced/revanced-manager
synced 2026-04-30 11:27:03 +02:00
fix: Do not delete cached downloads
This commit is contained in:
@@ -38,7 +38,6 @@ class GithubAPI {
|
||||
Future<void> clearAllCache() async {
|
||||
try {
|
||||
await _cacheOptions.store!.clean();
|
||||
await DefaultCacheManager().emptyCache();
|
||||
} on Exception catch (e) {
|
||||
if (kDebugMode) {
|
||||
print(e);
|
||||
|
||||
Reference in New Issue
Block a user