fix: Fix patched APKs exports after installation

This commit is contained in:
oSumAtrIX
2024-03-04 13:42:14 +01:00
parent 02722fc0be
commit 1200360588
3 changed files with 7 additions and 4 deletions

View File

@@ -669,7 +669,7 @@ class ManagerAPI {
);
}
Future<void> rePatchedSavedApps() async {
Future<void> reAssessPatchedApps() async {
final List<PatchedApplication> patchedApps = getPatchedApps();
// Remove apps that are not installed anymore.