mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
feat(patcher-view): show notice for removed patches that were used previously (#1107)
This commit is contained in:
@ -101,6 +101,7 @@ class InstallerViewModel extends BaseViewModel {
|
||||
_patcherAPI.getFilteredPatches(_app.packageName),
|
||||
_app.packageName,
|
||||
);
|
||||
await _managerAPI.setUsedPatches(_patches, _app.packageName);
|
||||
} else if (value == -100.0) {
|
||||
isPatching = false;
|
||||
hasErrors = true;
|
||||
|
Reference in New Issue
Block a user