mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-13 13:07:38 +02:00
fix: rename PatcherService to PatcherAPI.
This commit is contained in:
@ -9,7 +9,7 @@ import 'package:revanced_manager/services/github_api.dart';
|
||||
import 'package:revanced_manager/utils/string.dart';
|
||||
|
||||
@lazySingleton
|
||||
class PatcherService {
|
||||
class PatcherAPI {
|
||||
final GithubAPI githubAPI = GithubAPI();
|
||||
final List<AppInfo> _filteredPackages = [];
|
||||
final Map<String, List<Patch>> _filteredPatches = <String, List<Patch>>{};
|
||||
|
Reference in New Issue
Block a user