mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: rename PatcherService to PatcherAPI.
This commit is contained in:
@ -13,7 +13,7 @@ class AppSelectorCard extends StatelessWidget {
|
||||
this.onPressed,
|
||||
}) : super(key: key);
|
||||
|
||||
final PatcherService patcherService = locator<PatcherService>();
|
||||
final PatcherAPI patcherAPI = locator<PatcherAPI>();
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user