fix: selected patches not being remembered.

This commit is contained in:
Aunali321 2022-11-29 21:12:46 +05:30
parent 1601796c6c
commit 9e8193a6ac
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class PatchesSelectorViewModel extends BaseViewModel {
locator<PatcherViewModel>().selectedApp!.originalPackageName,
));
patches.sort((a, b) => a.name.compareTo(b.name));
selectRecommendedPatches();
notifyListeners();
}