fix: unable to use custom API (#1435)

This commit is contained in:
aAbed 2023-10-26 20:05:34 +05:45 committed by GitHub
parent cfb8980e3a
commit e74ffac5b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -79,7 +79,6 @@ class ManagerAPI {
if (url.isEmpty || url == ' ') {
url = defaultApiUrl;
}
await _revancedAPI.initialize(url);
await _revancedAPI.clearAllCache();
await _prefs.setString('apiUrl', url);
}