summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkk71 <nkk71x@gmail.com>2017-09-03 21:23:19 +0200
committerDees Troy <dees_troy@teamw.in>2017-11-17 18:11:59 +0100
commit884bb2bc2458ed6eb1bacad4ef8f451238f01a42 (patch)
treed68dae56516b0e41d038555cb01e85a465babb50
parentMerge branch 'android-7.1' of github.com:omnirom/android_bootable_recovery (diff)
downloadandroid_bootable_recovery-884bb2bc2458ed6eb1bacad4ef8f451238f01a42.tar
android_bootable_recovery-884bb2bc2458ed6eb1bacad4ef8f451238f01a42.tar.gz
android_bootable_recovery-884bb2bc2458ed6eb1bacad4ef8f451238f01a42.tar.bz2
android_bootable_recovery-884bb2bc2458ed6eb1bacad4ef8f451238f01a42.tar.lz
android_bootable_recovery-884bb2bc2458ed6eb1bacad4ef8f451238f01a42.tar.xz
android_bootable_recovery-884bb2bc2458ed6eb1bacad4ef8f451238f01a42.tar.zst
android_bootable_recovery-884bb2bc2458ed6eb1bacad4ef8f451238f01a42.zip
-rw-r--r--partitionmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp
index f70159c6d..9b1c1c926 100644
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -999,6 +999,7 @@ int TWPartitionManager::Run_Restore(const string& Restore_Name) {
}
}
TWFunc::GUI_Operation_Text(TW_UPDATE_SYSTEM_DETAILS_TEXT, gui_parse_text("{@updating_system_details}"));
+ UnMount_By_Path("/system", false);
Update_System_Details();
UnMount_Main_Partitions();
time(&rStop);