summaryrefslogtreecommitdiffstats
path: root/twrpAdbBuFifo.cpp
diff options
context:
space:
mode:
authorbig biff <bigbiff@teamw.in>2019-04-03 01:22:19 +0200
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2019-04-03 01:22:19 +0200
commit794e364e08728d8e130692062c6fe14ee1f93d47 (patch)
tree6d0badddf62ecf424b4f8bc5ac9bdfbc5fd8305b /twrpAdbBuFifo.cpp
parentADB Backup: Stop resetting digest check on restore. (diff)
parentADB Backup: Ignore creating backup folder for phones (diff)
downloadandroid_bootable_recovery-794e364e08728d8e130692062c6fe14ee1f93d47.tar
android_bootable_recovery-794e364e08728d8e130692062c6fe14ee1f93d47.tar.gz
android_bootable_recovery-794e364e08728d8e130692062c6fe14ee1f93d47.tar.bz2
android_bootable_recovery-794e364e08728d8e130692062c6fe14ee1f93d47.tar.lz
android_bootable_recovery-794e364e08728d8e130692062c6fe14ee1f93d47.tar.xz
android_bootable_recovery-794e364e08728d8e130692062c6fe14ee1f93d47.tar.zst
android_bootable_recovery-794e364e08728d8e130692062c6fe14ee1f93d47.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 9b92441c2..3143863b4 100644..100755
--- a/twrpAdbBuFifo.cpp
+++ b/twrpAdbBuFifo.cpp
@@ -273,7 +273,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;