summaryrefslogtreecommitdiffstats
path: root/twrpAdbBuFifo.cpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2019-03-30 00:12:33 +0100
committerEthan Yonker <dees_troy@teamw.in>2019-04-02 05:56:55 +0200
commitcdd97c7fabf939daeda52bd4286787e887339849 (patch)
tree33776c42e441f2851cdcb5468c4c96da57b08218 /twrpAdbBuFifo.cpp
parentZip install: this will allow TWRP to check md5 and sha256 checksums (diff)
downloadandroid_bootable_recovery-cdd97c7fabf939daeda52bd4286787e887339849.tar
android_bootable_recovery-cdd97c7fabf939daeda52bd4286787e887339849.tar.gz
android_bootable_recovery-cdd97c7fabf939daeda52bd4286787e887339849.tar.bz2
android_bootable_recovery-cdd97c7fabf939daeda52bd4286787e887339849.tar.lz
android_bootable_recovery-cdd97c7fabf939daeda52bd4286787e887339849.tar.xz
android_bootable_recovery-cdd97c7fabf939daeda52bd4286787e887339849.tar.zst
android_bootable_recovery-cdd97c7fabf939daeda52bd4286787e887339849.zip
Diffstat (limited to 'twrpAdbBuFifo.cpp')
-rwxr-xr-x[-rw-r--r--]twrpAdbBuFifo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/twrpAdbBuFifo.cpp b/twrpAdbBuFifo.cpp
index 22bfa4054..4f9bd2cbd 100644..100755
--- a/twrpAdbBuFifo.cpp
+++ b/twrpAdbBuFifo.cpp
@@ -274,7 +274,6 @@ bool twrpAdbBuFifo::Restore_ADB_Backup(void) {
Backup_FileName = Restore_Name.substr(pos + 1, Restore_Name.size());
part_settings.Part = PartitionManager.Find_Partition_By_Path(path);
part_settings.Backup_Folder = path;
- PartitionManager.Set_Restore_Files(path);
part_settings.partition_count = partition_count;
part_settings.adbbackup = true;
part_settings.adb_compression = twimghdr.compressed;