From 83fc7f131a8d25acac0102d4f8e8d0a0e1cf9b3a Mon Sep 17 00:00:00 2001 From: Ushie Date: Mon, 2 Jun 2025 17:12:50 +0300 Subject: [PATCH] chore: Remove obsolete deleteLastPatchedApp call --- lib/services/manager_api.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/services/manager_api.dart b/lib/services/manager_api.dart index e8119917..26d950a0 100644 --- a/lib/services/manager_api.dart +++ b/lib/services/manager_api.dart @@ -378,7 +378,6 @@ class ManagerAPI { PatchedApplication app, File outFile ) async { - deleteLastPatchedApp(); final Directory appCache = await getApplicationSupportDirectory(); app.patchedFilePath = outFile.copySync('${appCache.path}/lastPatchedApp.apk').path;