mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-09 12:56:16 +00:00
chore: Remove obsolete deleteLastPatchedApp call
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user