feat: Add ability to set null in patch options (#1947)

This commit is contained in:
aAbed 2024-06-24 22:22:16 +05:45 committed by GitHub
parent fc52560244
commit 5c68d513a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 155 additions and 278 deletions

View file

@ -31,7 +31,6 @@ class ManagerAPI {
final String cliRepo = 'revanced-cli';
late SharedPreferences _prefs;
List<Patch> patches = [];
List<Option> modifiedOptions = [];
List<Option> options = [];
Patch? selectedPatch;
BuildContext? ctx;