Skip to content

Commit 83fc7f1

Browse files
authored
chore: Remove obsolete deleteLastPatchedApp call
1 parent 8e4a908 commit 83fc7f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/manager_api.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ class ManagerAPI {
378378
PatchedApplication app,
379379
File outFile
380380
) async {
381-
deleteLastPatchedApp();
382381
final Directory appCache = await getApplicationSupportDirectory();
383382
app.patchedFilePath =
384383
outFile.copySync('${appCache.path}/lastPatchedApp.apk').path;

0 commit comments

Comments
 (0)