mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 05:36:17 +00:00
chore: Remove obsolete deleteLastPatchedApp call
This commit is contained in:
@@ -378,7 +378,6 @@ class ManagerAPI {
|
|||||||
PatchedApplication app,
|
PatchedApplication app,
|
||||||
File outFile
|
File outFile
|
||||||
) async {
|
) async {
|
||||||
deleteLastPatchedApp();
|
|
||||||
final Directory appCache = await getApplicationSupportDirectory();
|
final Directory appCache = await getApplicationSupportDirectory();
|
||||||
app.patchedFilePath =
|
app.patchedFilePath =
|
||||||
outFile.copySync('${appCache.path}/lastPatchedApp.apk').path;
|
outFile.copySync('${appCache.path}/lastPatchedApp.apk').path;
|
||||||
|
|||||||
Reference in New Issue
Block a user