diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-10-12 22:52:00 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-10-12 22:52:00 +0200 |
commit | cfd73ef8f9f5865543884605de6be0d1ca6ba8f6 (patch) | |
tree | 33dc847fbff22c9fb4d47716a7a1c7e0666288b7 | |
parent | Change backup size check for dd (diff) | |
download | android_bootable_recovery-cfd73ef8f9f5865543884605de6be0d1ca6ba8f6.tar android_bootable_recovery-cfd73ef8f9f5865543884605de6be0d1ca6ba8f6.tar.gz android_bootable_recovery-cfd73ef8f9f5865543884605de6be0d1ca6ba8f6.tar.bz2 android_bootable_recovery-cfd73ef8f9f5865543884605de6be0d1ca6ba8f6.tar.lz android_bootable_recovery-cfd73ef8f9f5865543884605de6be0d1ca6ba8f6.tar.xz android_bootable_recovery-cfd73ef8f9f5865543884605de6be0d1ca6ba8f6.tar.zst android_bootable_recovery-cfd73ef8f9f5865543884605de6be0d1ca6ba8f6.zip |
-rw-r--r-- | partitionmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 101f6f493..2e90ecc49 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -1694,6 +1694,7 @@ int TWPartitionManager::usb_storage_disable(void) { } Mount_All_Storage(); Update_System_Details(); + UnMount_Main_Partitions(); return true; } |