mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-12 05:25:36 +02:00
fix: Do not delete cached downloads
This commit is contained in:
parent
6e26130744
commit
6961bb7fd0
3 changed files with 1 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue