summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-11-26 22:21:29 +0100
committerDees Troy <dees_troy@teamw.in>2013-11-26 22:21:29 +0100
commit8c0f06b0d33323d10813d3ae0e5aeb94695dd442 (patch)
tree86e13d22607ce45beee14a8d563f3522e47f3b0d
parentMerge "Add getfooter tool for crypto debugging" into android-4.4 (diff)
downloadandroid_bootable_recovery-8c0f06b0d33323d10813d3ae0e5aeb94695dd442.tar
android_bootable_recovery-8c0f06b0d33323d10813d3ae0e5aeb94695dd442.tar.gz
android_bootable_recovery-8c0f06b0d33323d10813d3ae0e5aeb94695dd442.tar.bz2
android_bootable_recovery-8c0f06b0d33323d10813d3ae0e5aeb94695dd442.tar.lz
android_bootable_recovery-8c0f06b0d33323d10813d3ae0e5aeb94695dd442.tar.xz
android_bootable_recovery-8c0f06b0d33323d10813d3ae0e5aeb94695dd442.tar.zst
android_bootable_recovery-8c0f06b0d33323d10813d3ae0e5aeb94695dd442.zip
-rw-r--r--gui/action.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/action.cpp b/gui/action.cpp
index 32adb8432..5536c82b1 100644
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -1195,6 +1195,7 @@ int GUIAction::doAction(Action action, int isThreaded /* = 0 */)
} else {
ret = 1; // failure
}
+ PartitionManager.Update_System_Details();
if (DataManager::GetIntValue(TW_HAS_INJECTTWRP) == 1 && DataManager::GetIntValue(TW_INJECT_AFTER_ZIP) == 1) {
operation_start("ReinjectTWRP");
gui_print("Injecting TWRP into boot image...\n");